diff --git a/webpack.js b/webpack.js index b9153a4e8f..cd0189af2d 100644 --- a/webpack.js +++ b/webpack.js @@ -78,15 +78,4 @@ webpackConfig.module.rules.push({ use: { loader: 'worker-loader' }, }) -webpackConfig.optimization.minimizer = [ - new TerserPlugin({ - terserOptions: { - output: { - comments: false, - }, - }, - extractComments: false, - }), -] - module.exports = webpackConfig