From 16af2e996d562bf2f18522dda9e3490712a12852 Mon Sep 17 00:00:00 2001 From: jacoobes Date: Thu, 16 Feb 2023 10:44:38 -0600 Subject: [PATCH] chore: minifiy build output --- tsup.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/tsup.config.js b/tsup.config.js index e0d86cc..2ab83ce 100644 --- a/tsup.config.js +++ b/tsup.config.js @@ -5,6 +5,7 @@ const shared = { platform: 'node', clean: true, sourcemap: false, + minify: true }; export default defineConfig([ {