diff --git a/webpack.config.js b/webpack.config.js index 956cb6e..c05c835 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -149,6 +149,12 @@ module.exports = { new TerserPlugin({ cache: true, parallel: true, + terserOptions: { + output: { + comments: false, + }, + }, + extractComments: false, }), new ZipPlugin({ path: destPath,