We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ae385f commit f31e9e4Copy full SHA for f31e9e4
1 file changed
src/index.ts
@@ -44,6 +44,7 @@ export function getTerserOptions(
44
compress: isDev ? false : ProductionCompress,
45
mangle: isReadable ? false : true,
46
format: {
47
+ comments: isReadable,
48
beautify: isReadable,
49
},
50
}
0 commit comments