Skip to content

Commit 41065b5

Browse files
committed
fix: //
1 parent f129070 commit 41065b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/webpack.common.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ const smp = new SpeedMeasurePlugin();
1313
const prodConfig = require(path.resolve(__dirname, './webpack.config.prod.js'))
1414
const devConfig = require(path.resolve(__dirname, './webpack.config.dev.js'))
1515

16+
//
1617
const commonConfig = {
1718
optimization: {
1819
usedExports: true, // 标记出没有使用过的代码

0 commit comments

Comments
 (0)