Skip to content

Commit 07af1e9

Browse files
committed
build: disable sourcemap generation to reduce bundle size
1 parent e35f112 commit 07af1e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsup.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ export default {
77
dts: true,
88
minify: false,
99
clean: true,
10-
sourcemap: true,
10+
sourcemap: false,
1111
splitting: false,
1212
} satisfies Options;

0 commit comments

Comments
 (0)