Skip to content

Commit

Permalink
build: don't include sourcemaps
Browse files Browse the repository at this point in the history
  • Loading branch information
RebeccaStevens committed Nov 25, 2024
1 parent 278abac commit 38b9149
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 @@ -6,5 +6,5 @@ export default defineConfig({
entry: ["src/index.ts"],
format: ["cjs", "esm"],
outDir: "lib",
sourcemap: true,
sourcemap: false,
});

0 comments on commit 38b9149

Please sign in to comment.