Webpack: Updated terser plugin (#22669)

pull/22681/head
Torkel Ödegaard 6 years ago committed by GitHub
parent 5aeb367322
commit 4e25823705
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      scripts/webpack/webpack.prod.js

@ -86,7 +86,7 @@ module.exports = merge(common, {
minimizer: [
new TerserPlugin({
cache: false,
parallel: 2,
parallel: false,
sourceMap: true,
}),
new OptimizeCSSAssetsPlugin({}),

Loading…
Cancel
Save