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

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

4760
package-lock.json generated

File diff suppressed because it is too large Load Diff