Browse Source

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

Book Pauk 3 years ago
parent
commit
4503e4ed17
2 changed files with 56 additions and 828 deletions
  1. 2 2
      build/webpack.base.config.js
  2. 54 826
      package-lock.json

+ 2 - 2
build/webpack.base.config.js

@@ -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]'
                 },
             },
             /*{

File diff suppressed because it is too large
+ 54 - 826
package-lock.json


Some files were not shown because too many files changed in this diff