diff --git a/assets/webpack.config.js b/assets/webpack.config.js index 4bd205c4..689e9e46 100644 --- a/assets/webpack.config.js +++ b/assets/webpack.config.js @@ -46,9 +46,7 @@ if (isDevelopment) { else { plugins = plugins.concat([ new TerserPlugin({ - cache: true, parallel: true, - sourceMap: isDevelopment, }), new CssMinimizerPlugin(), ]);