1 parent e93f812 commit 9a5e211Copy full SHA for 9a5e211
1 file changed
src/index.ts
@@ -331,6 +331,7 @@ export class Bundler {
331
pluginsOptions.terser = {
332
...terserOptions,
333
output: {
334
+ comments: false,
335
...terserOptions.output,
336
// Add banner (if there is)
337
preamble: banner,
0 commit comments