From e7ef6de911f653f3266377532bfdaed9118a383d Mon Sep 17 00:00:00 2001 From: Wangxubin Date: Tue, 6 Sep 2022 17:53:20 +0800 Subject: [PATCH] =?UTF-8?q?webpack=E9=85=8D=E7=BD=AE=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build/webpack.prod.conf.js | 1 + 1 file changed, 1 insertion(+) diff --git a/build/webpack.prod.conf.js b/build/webpack.prod.conf.js index 8f3f531..cfa189e 100644 --- a/build/webpack.prod.conf.js +++ b/build/webpack.prod.conf.js @@ -68,6 +68,7 @@ const webpackConfig = merge(baseWebpackConfig, { ? 'index.html' : config.build.index, template: 'index.html', + chunks: ['manifest', 'vendor', 'app'], inject: true, minify: { removeComments: true,