Bump webpack (#7423)

This commit is contained in:
Bram Kragten
2020-10-21 23:39:05 +02:00
committed by GitHub
parent 33582c0448
commit 07fc9b98cc
3 changed files with 176 additions and 1968 deletions

View File

@@ -45,10 +45,8 @@ const createWebpackConfig = ({
optimization: {
minimizer: [
new TerserPlugin({
cache: true,
parallel: true,
extractComments: true,
sourceMap: true,
terserOptions: bundle.terserOptions(latestBuild),
}),
],