Webpack: Upgrade terser webpack plugin (#22332)

This commit is contained in:
Torkel Ödegaard
2020-02-20 11:38:37 +01:00
committed by GitHub
parent fa8246aa4c
commit 4f9b6c55c0
3 changed files with 34 additions and 18 deletions

View File

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