Skip to content

Commit ba91cb9

Browse files
committed
chore: disable sourcemaps in build configuration
- Updated tsup configuration to set sourcemap to false, optimizing the build process.
1 parent 9cf35c9 commit ba91cb9

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
@@ -5,7 +5,7 @@ export default defineConfig({
55
format: ['cjs', 'esm'],
66
dts: true,
77
splitting: false,
8-
sourcemap: true,
8+
sourcemap: false,
99
clean: true,
1010
treeshake: true,
1111
minify: false,

0 commit comments

Comments
 (0)