Disable code splitting in tsup build

Co-authored-by: Ona <no-reply@ona.com>
This commit is contained in:
2026-02-28 01:46:43 +00:00
parent 4c22ad4d87
commit b88bb9886a

View File

@@ -6,6 +6,7 @@ export default defineConfig({
dts: true, dts: true,
sourcemap: true, sourcemap: true,
clean: true, clean: true,
splitting: false,
jsx: "transform", jsx: "transform",
jsxFactory: "jsx", jsxFactory: "jsx",
jsxFragment: "Fragment", jsxFragment: "Fragment",