Skip to content

Commit

Permalink
build: minified build
Browse files Browse the repository at this point in the history
  • Loading branch information
wdavidw committed Sep 29, 2024
1 parent ffa88bf commit 47ccc98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default defineConfig({
format: ["esm", "cjs"],
target: ["esnext", "esnext"],
dts: true,
minify: false,
minify: true,
sourcemap: false,
splitting: true,
});

0 comments on commit 47ccc98

Please sign in to comment.