From b88bb9886ab07dca2f959c85bc22ad7e9e59d636 Mon Sep 17 00:00:00 2001 From: Kenneth Date: Sat, 28 Feb 2026 01:46:43 +0000 Subject: [PATCH] Disable code splitting in tsup build Co-authored-by: Ona --- tsup.config.ts | 1 + 1 file changed, 1 insertion(+) 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",