From 2c749b744c2f25b68ae4b4106c34198e2b7b6e8d Mon Sep 17 00:00:00 2001 From: Jake Holland Date: Wed, 8 Jan 2025 19:13:38 +0000 Subject: [PATCH] chore: remove comments from build --- rollup.config.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 }) ] },