night-cherry 3 долоо хоног өмнө
parent
commit
e9e66a8a40

+ 2 - 2
webpack.config.js

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