We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
parallel
1 parent 2b6dba3 commit 702a2c9Copy full SHA for 702a2c9
packages/@vue/cli-service/lib/config/terserOptions.js
@@ -37,5 +37,5 @@ module.exports = options => ({
37
},
38
sourceMap: options.productionSourceMap,
39
cache: true,
40
- parallel: true
+ parallel: options.parallel
41
})
0 commit comments