We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 946bc9c commit 302807dCopy full SHA for 302807d
1 file changed
src/index.js
@@ -683,6 +683,7 @@ function createConfig(options, entry, format, writeMeta) {
683
// By default, Terser wraps function arguments in extra parens to trigger eager parsing.
684
// Whether this is a good idea is way too specific to guess, so we optimize for size by default:
685
wrap_func_args: false,
686
+ comments: false,
687
},
688
warnings: true,
689
ecma: modern ? 9 : 5,
0 commit comments