diff --git a/tsup.config.ts b/tsup.config.ts index 43d1a67..42ba473 100644 --- a/tsup.config.ts +++ b/tsup.config.ts @@ -4,4 +4,5 @@ export default defineConfig({ dts: true, sourcemap: false, entry: ['src/index.ts'], + minify: true, })