diff --git a/tsup.config.ts b/tsup.config.ts index 3430f26..b934a6b 100644 --- a/tsup.config.ts +++ b/tsup.config.ts @@ -8,5 +8,4 @@ export default defineConfig({ sourcemap: true, dts: true, minify: true, - splitting: false, });