Explorar o código

add some reposity

night-cherry hai 3 semanas
pai
achega
e9e66a8a40
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      webpack.config.js

+ 2 - 2
webpack.config.js

@@ -89,11 +89,11 @@ module.exports={
       chunks: 'all',
       minSize: 20000,
       cacheGroups: {
-        index: {
+        vendors: {
           test: /[\\/]node_modules[\\/]/,
           priority: -10,
           reuseExistingChunk: true,
-          name: 'index'
+          name: 'vendors'
         }
       }
     }