Skip to content

Commit f1da7d2

Browse files
committed
refactor: update exports due to rolldown breaking changes
1 parent 80d86eb commit f1da7d2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/plugins/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
export * from 'rolldown/experimental'
2+
export * from 'rolldown/plugins'
23
export * from 'rolldown-plugin-dts'
34
export * from './paths'

src/plugins/types/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
export * from 'rolldown/experimental'
2+
export * from 'rolldown/plugins'
23
export * from 'rolldown-plugin-dts'
34
export * from '../paths/types'

0 commit comments

Comments
 (0)