-
-
Notifications
You must be signed in to change notification settings - Fork 7.6k
chore: use rolldown-plugin-dts for dts bundling #19990
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: use rolldown-plugin-dts for dts bundling #19990
Conversation
1570128 to
accd137
Compare
accd137 to
49e0349
Compare
patak-dev
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would be nice to wait until rolldown/rolldown#4324 is resolved, but it is probably ok to move forward to have the whole build pipeline driven by rolldown.
|
I've pushed a commit that removes unnecessary entries in |
The type name in the error is not ideal, but I think it's ok for now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we rename rollup.dts.config.ts to rolldown.dts.config.ts as well as rollup.config.ts
|
Ah, I'll rename them |
Description
This PR replaces rollup + rollup-plugin-dts with rolldown + rolldown-plugin-dts.