diff --git a/tsup.config.ts b/tsup.config.ts index eb65119..cb05b3b 100644 --- a/tsup.config.ts +++ b/tsup.config.ts @@ -10,4 +10,5 @@ export default defineConfig({ minify: true, clean: true, cjsInterop: true, + splitting: true, });