We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e453a03 commit 7816cceCopy full SHA for 7816cce
tsup.config.ts
@@ -23,7 +23,7 @@ const baseConfig: Options = {
23
// Clean output directory before each build
24
clean: true,
25
minify: true,
26
- splitting: false,
+ splitting: true,
27
tsconfig: './tsconfig.build.json',
28
dts: true,
29
external: ['jotai', 'React'],
0 commit comments