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([ {