Skip to content

Commit e273e7f

Browse files
committed
build(core): 更新 tsdown 配置以支持命名导出
1 parent e00f3b7 commit e273e7f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/core/tsdown.config.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,9 @@ export default defineConfig({
1010
external: [
1111
'vite',
1212
'estree-walker',
13+
'@antfu/utils',
1314
],
15+
outputOptions: {
16+
exports: 'named',
17+
},
1418
})

0 commit comments

Comments
 (0)