Skip to content

Commit 7816cce

Browse files
authored
chore: enable code splitting (#27)
1 parent e453a03 commit 7816cce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsup.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const baseConfig: Options = {
2323
// Clean output directory before each build
2424
clean: true,
2525
minify: true,
26-
splitting: false,
26+
splitting: true,
2727
tsconfig: './tsconfig.build.json',
2828
dts: true,
2929
external: ['jotai', 'React'],

0 commit comments

Comments
 (0)