diff --git a/config/webpack.config.prod.js b/config/webpack.config.prod.js index 8954be74e..1203170e8 100644 --- a/config/webpack.config.prod.js +++ b/config/webpack.config.prod.js @@ -51,12 +51,12 @@ module.exports = { priority: -20, reuseExistingChunk: true, }, - vendors: { - name: 'vendors', - test: /[\\/]node_modules[\\/]/, - priority: -10, - chunks: "all" - } + // vendors: { + // name: 'vendors', + // test: /[\\/]node_modules[\\/]/, + // priority: -10, + // chunks: "all" + // } } }, runtimeChunk: true