Skip to content

Commit 115262a

Browse files
committed
fix webpack issue
1 parent 0c1ec47 commit 115262a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.config.base.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ module.exports = dir => ({
1919
devtool: 'inline-source-map',
2020
mode: IS_DEV ? 'development' : 'production',
2121
optimization: {
22-
minimizer: !IS_DEV ? [new TerserPlugin()] : null,
22+
minimizer: !IS_DEV ? [new TerserPlugin()] : [],
2323
},
2424
});

0 commit comments

Comments
 (0)