From 46627e3d78f2efa6b06e87d8b7e118c63b817eed Mon Sep 17 00:00:00 2001 From: Jake Holland Date: Mon, 13 Jan 2025 12:07:09 +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 }) ] },