Skip to content

Commit 702a2c9

Browse files
committed
fix: should respect root parallel option in terser plugin
1 parent 2b6dba3 commit 702a2c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@vue/cli-service/lib/config/terserOptions.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@ module.exports = options => ({
3737
},
3838
sourceMap: options.productionSourceMap,
3939
cache: true,
40-
parallel: true
40+
parallel: options.parallel
4141
})

0 commit comments

Comments
 (0)