Commit 4e258237 by Torkel Ödegaard Committed by GitHub

Webpack: Updated terser plugin (#22669)

parent 5aeb3673
...@@ -86,7 +86,7 @@ module.exports = merge(common, { ...@@ -86,7 +86,7 @@ module.exports = merge(common, {
minimizer: [ minimizer: [
new TerserPlugin({ new TerserPlugin({
cache: false, cache: false,
parallel: 2, parallel: false,
sourceMap: true, sourceMap: true,
}), }),
new OptimizeCSSAssetsPlugin({}), new OptimizeCSSAssetsPlugin({}),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment