We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f129070 commit 41065b5Copy full SHA for 41065b5
build/webpack.common.js
@@ -13,6 +13,7 @@ const smp = new SpeedMeasurePlugin();
13
const prodConfig = require(path.resolve(__dirname, './webpack.config.prod.js'))
14
const devConfig = require(path.resolve(__dirname, './webpack.config.dev.js'))
15
16
+//
17
const commonConfig = {
18
optimization: {
19
usedExports: true, // 标记出没有使用过的代码
0 commit comments