We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82c8262 commit e3d8bb6Copy full SHA for e3d8bb6
js/webui/webpack.config.js
@@ -114,7 +114,11 @@ function configRelease(config)
114
config.mode = 'production';
115
116
config.optimization.minimize = true;
117
- config.optimization.minimizer.push(new TerserPlugin());
+
118
+ config.optimization.minimizer.push(new TerserPlugin({
119
+ extractComments: false
120
+ }));
121
122
config.optimization.minimizer.push(new CssMinimizerPlugin());
123
124
config.plugins.push(new MiniCssExtractPlugin({
0 commit comments