Skip to content

Commit

Permalink
Fix disable sourcemap generation in build (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
chimame authored Nov 21, 2024
1 parent ddf625f commit a634976
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 @@ -9,6 +9,6 @@ export default defineConfig([
dts: true,
format: ["cjs", "esm"],
minify: isProduction,
sourcemap: true,
sourcemap: false,
},
]);

0 comments on commit a634976

Please sign in to comment.