Skip to content

Commit

Permalink
bundle size decrease
Browse files Browse the repository at this point in the history
  • Loading branch information
AlemTuzlak committed Aug 20, 2024
1 parent cd5a877 commit a75a5a2
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 @@ -5,7 +5,7 @@ export default defineConfig({
sourcemap: true,
clean: true,
dts: true,
minify: false,
minify: true,
format: ["esm", "cjs"],
outDir: "dist",
external: ["vite", "node:*", "chalk"],
Expand Down

0 comments on commit a75a5a2

Please sign in to comment.