Skip to content

Commit af0fdec

Browse files
authored
Remove source maps (#447)
1 parent 0f1ae14 commit af0fdec

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tsup.config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ export default defineConfig({
44
entry: ['src/**/*.ts'],
55
dts: true,
66
clean: true,
7-
sourcemap: true,
87
outDir: 'build',
98
splitting: false,
109
bundle: false,

0 commit comments

Comments
 (0)