-
Notifications
You must be signed in to change notification settings - Fork 8
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
Update to Docusaurus 3 #462
Conversation
Update available 3.0.0 → 3.0.1 Published 20 hours ago 😄 |
Can we merge this in meantime? We need at least a baseline working on 3.0 - then we can move on to other versions |
@@ -26,7 +26,8 @@ | |||
}, | |||
"scripts": { | |||
"# postinstall": "patch-package", | |||
"build": "rimraf dist && parcel build --dist-dir ./dist/api-designer", | |||
"prepublish": "rimraf dist", |
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.
Why not prebuild
?
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.
I do not know :) - I just took what it was in there and separated into two commands. I can refresh this repository a little bit but I wanted to touch as little as possible 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.
In other places you used "prebuild".
import React
since Docusaurus 3 uses runtime detection