Skip to content

Commit 156f4fd

Browse files
committed
build(tsdown): enable sourcemap and unbundle option
1 parent 72f7995 commit 156f4fd

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tsdown.config.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,6 @@ export default defineConfig({
1616
target: ['es2015'],
1717
},
1818
},
19+
sourcemap: true,
20+
unbundle: true,
1921
});

0 commit comments

Comments
 (0)