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 3977621 commit d1b679cCopy full SHA for d1b679c
tsup.config.ts
@@ -7,5 +7,7 @@ export default <Options>{
7
clean: true,
8
format: ['cjs', 'esm'],
9
dts: true,
10
+ shims: false,
11
+ splitting: true,
12
onSuccess: 'npm run build:fix',
13
}
0 commit comments