Skip to content

Commit 8882cb6

Browse files
committed
chore: set output.exports as named
1 parent 9e3638d commit 8882cb6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tsdown.config.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@ export const config = (options: Options = {}) =>
1414
__DEV__: 'true',
1515
},
1616
plugins: [Raw()],
17+
outputOptions: {
18+
exports: 'named',
19+
},
1720
...options,
1821
})
1922

20-
export default defineConfig(config())
23+
export default config()

0 commit comments

Comments
 (0)