Browse Source

add some reposity

night-cherry 3 tuần trước cách đây
mục cha
commit
e9e66a8a40
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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'
         }
       }
     }