-
Notifications
You must be signed in to change notification settings - Fork 352
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
console: Move to rspack/rsbuild #1414
Conversation
d9af571
to
ed980c6
Compare
d72e821
to
e24a2ac
Compare
e24a2ac
to
6ba800a
Compare
6ba800a
to
7f2c862
Compare
7f2c862
to
86c9573
Compare
da8f5c5
to
96d79f7
Compare
df371c0
to
0a5d9c8
Compare
0f15272
to
2360825
Compare
7b698a5
to
7e5e156
Compare
617f0f2
to
f1643c3
Compare
23debd4
to
7dcdb52
Compare
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.
LGTM, only a minor 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.
[nit]: could you make your editor add EOF line, so there are no formatting changes.
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 have "files.insertFinalNewline": true
because there should be an EOF line always, now it's there (previously there wasn't any EOF character)
Similarly to other PRs, we would like to use rspack and stay consistent with the other Cloud UIs.
This PR paves the way towards enhanced module federation usage, and cloud UI PR is also being migrated rspack for that reason.
The build + start commands are already working.
Needs extensive checks (I didn't have console fully set up to try out locally e2e)
We also added rsdoctor plugin which is a tool for bundle analysis.
We also have monaco editor supported with YAML schema configurations and auto-complete.
https://github.com/web-infra-dev/rspack/releases
https://rspack.dev/blog/announcing-1-0
https://github.com/rspack-contrib/performance-compare
https://x.com/rspack_dev
https://rspack.dev/guide/migration/cra
https://rspack.dev/guide/features/module-federation
Example build
npm run build
npm run start
chore.move-console-to-rspack-console-standalone.mov