Skip to content

Commit 5cb9784

Browse files
committed
chore(bundler): produce tree-shakeable output
1 parent d7be919 commit 5cb9784

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tsdown.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import Vue from 'unplugin-vue/rolldown'
33

44
export default defineConfig({
55
entry: ['src/index.ts'],
6+
treeshake: false,
67
sourcemap: true,
78
minify: false,
89
platform: 'neutral',

0 commit comments

Comments
 (0)