We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21c1f66 commit a0b7025Copy full SHA for a0b7025
packages/beidou-webpack/config/webpack/webpack.browser.js
@@ -67,7 +67,7 @@ module.exports = (app, entry, dev) => {
67
minimizer: [
68
new TerserPlugin({
69
parallel: true,
70
- extractComments: true,
+ extractComments: false,
71
}),
72
],
73
});
0 commit comments