night-cherry пре 3 недеља
родитељ
комит
e9e66a8a40
1 измењених фајлова са 2 додато и 2 уклоњено
  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'
         }
       }
     }