diff --git a/tsup.config.ts b/tsup.config.ts index 56949cf..d0ccf1d 100644 --- a/tsup.config.ts +++ b/tsup.config.ts @@ -6,6 +6,7 @@ export default defineConfig({ dts: true, sourcemap: true, clean: true, + splitting: false, jsx: "transform", jsxFactory: "jsx", jsxFragment: "Fragment",