Skip to content

Commit

Permalink
Stop minifying build
Browse files Browse the repository at this point in the history
  • Loading branch information
csandman committed Oct 25, 2024
1 parent c4ff9d1 commit a703fe3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ export default defineConfig({
entry: ["src/index.ts"],
format: ["cjs", "esm"],
target: "es2019",
sourcemap: true,
dts: true,
minify: true,
treeshake: true,
});

0 comments on commit a703fe3

Please sign in to comment.