diff --git a/webpack.config.js b/webpack.config.js index 6f6ebf8bd..466f5cc30 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -110,6 +110,7 @@ module.exports = { minimizer: [ new TerserPlugin({ test: /\.js$/, + extractComments: false, terserOptions: { ecma: 5, mangle: true,