Commit 4e258237 by Torkel Ödegaard Committed by GitHub

Webpack: Updated terser plugin (#22669)

parent 5aeb3673
......@@ -86,7 +86,7 @@ module.exports = merge(common, {
minimizer: [
new TerserPlugin({
cache: false,
parallel: 2,
parallel: false,
sourceMap: true,
}),
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