Skip to content

Commit

Permalink
fix: stop creating sourcemaps for built packages
Browse files Browse the repository at this point in the history
resolves #2221
  • Loading branch information
joshuaellis committed Oct 29, 2024
1 parent 84f762e commit 3d2523d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsup.config.base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ export const defaultConfig = (
target,
outExtension: () => ({ js: extension }),
minify,
sourcemap: true,
sourcemap: false,
clean: !options.watch,
external: [
'react',
Expand Down

0 comments on commit 3d2523d

Please sign in to comment.