Skip to content

Commit 3d2523d

Browse files
committed
fix: stop creating sourcemaps for built packages
resolves #2221
1 parent 84f762e commit 3d2523d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsup.config.base.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ export const defaultConfig = (
129129
target,
130130
outExtension: () => ({ js: extension }),
131131
minify,
132-
sourcemap: true,
132+
sourcemap: false,
133133
clean: !options.watch,
134134
external: [
135135
'react',

0 commit comments

Comments
 (0)