Skip to content

Commit 28563ca

Browse files
perf: optimize tsdown build size
1 parent 44b4af0 commit 28563ca

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tsdown.config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import { defineConfig } from 'tsdown/config'
44
const config: UserConfig | UserConfigFn = defineConfig({
55
entry: ['src/index.ts'],
66
dts: true,
7-
unbundle: true,
87
})
98

109
export default config

0 commit comments

Comments
 (0)