Актуализация пакетов

This commit is contained in:
Book Pauk
2021-10-27 01:03:47 +07:00
parent 01c384c43a
commit 4503e4ed17
2 changed files with 1022 additions and 3742 deletions

View File

@@ -46,7 +46,7 @@ module.exports = {
test: /\.jpg$/,
type: 'asset/resource',
generator: {
filename: 'images/[name]-[hash:6].[ext]'
filename: 'images/[name]-[hash:6][ext]'
},
},
@@ -54,7 +54,7 @@ module.exports = {
test: /\.(ttf|eot|woff|woff2)$/,
type: 'asset/resource',
generator: {
filename: 'fonts/[name]-[hash:6].[ext]'
filename: 'fonts/[name]-[hash:6][ext]'
},
},
/*{