From 22043a0982671fbe3281c2a322462d7911bc07bd Mon Sep 17 00:00:00 2001 From: "sylor_huang@126.com" Date: Wed, 29 Apr 2020 14:42:15 +0800 Subject: [PATCH] =?UTF-8?q?vendor.js=E6=8A=A5=E9=94=99=E7=9A=84=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/webpack.config.prod.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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