From 52d44fa8fa425446d6f18fa17d56181c8c128a35 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 }) ] },