Skip to content

Commit cf9550b

Browse files
committed
Enable parallelization
1 parent c82d28f commit cf9550b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/build.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ function getWebpackConfig(args, cache) {
3636
if (args.compress && !args.watch) {
3737
webpackConfig.plugins = [...webpackConfig.plugins,
3838
new webpack.optimize.UglifyJsPlugin({
39+
parallel: true,
3940
output: {
4041
ascii_only: true,
4142
},

0 commit comments

Comments
 (0)