-
Notifications
You must be signed in to change notification settings - Fork 94
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: update docusaurus to 2.0.0-rc.1 #226
Conversation
✅ Deploy Preview for easyops-cn-docusaurus-search-local ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
There are still issues when not using versions, |
In case people are interested, I have published my fixes as |
// moduleResolution and module are required because Docusaurus uses 'exports' in its package.json | ||
// See here for more information: https://github.com/microsoft/TypeScript/issues/33079#issuecomment-1169377037 | ||
"moduleResolution": "Node16", | ||
"module": "Node16", |
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.
👍 Thanks, I tried to upgrade docusaurus to rc.1, but failed, I believe this is the magic here :)
Thanks! Released v0.29.1 |
Thank you very much for the fast merge and release! 🚀 |
I believe there are other issues related 2.0.0-rc.1, but at least it compiles with this PR! 🚀
Edit: I've added a fix for a problem I encountered while trying to use the new version with a website that does not use versions. The fix is a complete hack but I'm not aware of any way of making this better. Feel free to edit my PR if you have a better solution for this.