mirror of
https://github.com/kennethnym/jrx.git
synced 2026-03-20 03:41:18 +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,
|
dts: true,
|
||||||
sourcemap: true,
|
sourcemap: true,
|
||||||
clean: true,
|
clean: true,
|
||||||
|
splitting: false,
|
||||||
jsx: "transform",
|
jsx: "transform",
|
||||||
jsxFactory: "jsx",
|
jsxFactory: "jsx",
|
||||||
jsxFragment: "Fragment",
|
jsxFragment: "Fragment",
|
||||||
|
|||||||
Reference in New Issue
Block a user