We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5aeb367 commit 4e25823Copy full SHA for 4e25823
scripts/webpack/webpack.prod.js
@@ -86,7 +86,7 @@ module.exports = merge(common, {
86
minimizer: [
87
new TerserPlugin({
88
cache: false,
89
- parallel: 2,
+ parallel: false,
90
sourceMap: true,
91
}),
92
new OptimizeCSSAssetsPlugin({}),
0 commit comments