Skip to content

Commit

Permalink
Remove bundle splitting to reduce package size
Browse files Browse the repository at this point in the history
  • Loading branch information
csandman committed Oct 27, 2023
1 parent f9e9ac2 commit 58bbdeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsup.config.ts
Expand Up @@ -7,5 +7,5 @@ export default defineConfig({
sourcemap: true,
dts: true,
minify: true,
skipNodeModulesBundle: true,
bundle: false,
});

0 comments on commit 58bbdeb

Please sign in to comment.