mirror of
https://github.com/kennethnym/jrx.git
synced 2026-03-20 11:51:17 +00:00
Disable code splitting in tsup build
Co-authored-by: Ona <no-reply@ona.com>
This commit is contained in:
@@ -6,6 +6,7 @@ export default defineConfig({
|
||||
dts: true,
|
||||
sourcemap: true,
|
||||
clean: true,
|
||||
splitting: false,
|
||||
jsx: "transform",
|
||||
jsxFactory: "jsx",
|
||||
jsxFragment: "Fragment",
|
||||
|
||||
Reference in New Issue
Block a user