diff --git a/rollup.config.js b/rollup.config.js index c56d2ee6..c3a8b867 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -47,7 +47,8 @@ export default [ } } ] - ] + ], + comments: false }), copy({ targets: [ @@ -80,7 +81,8 @@ export default [ } } ] - ] + ], + comments: false }) ] },