-
Notifications
You must be signed in to change notification settings - Fork 2.5k
feat(angular): add convert-to-rspack generator #29860
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
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
View your CI Pipeline Execution ↗ for commit 779db90.
☁️ Nx Cloud last updated this comment at |
60af78b
to
43e1fcb
Compare
🐳 We have a release for that!This PR has a release associated with it. You can try it out using this command: npx [email protected] my-workspace Or just copy this version and use it in your own command: 0.0.0-pr-29860-43e1fcb
To request a new release for this pull request, mention someone from the Nx team or the |
43e1fcb
to
9bb61d3
Compare
9bb61d3
to
6504b20
Compare
6504b20
to
74361a9
Compare
Failed to publish a PR release of this pull request, triggered by @Coly010. |
1 similar comment
Failed to publish a PR release of this pull request, triggered by @Coly010. |
🐳 We have a release for that!This PR has a release associated with it. You can try it out using this command: npx [email protected] my-workspace Or just copy this version and use it in your own command: 0.0.0-pr-29860-74361a9
To request a new release for this pull request, mention someone from the Nx team or the |
eff0dd6
to
e50fda7
Compare
9debbaf
to
2cec332
Compare
🐳 We have a release for that!This PR has a release associated with it. You can try it out using this command: npx [email protected] my-workspace Or just copy this version and use it in your own command: 0.0.0-pr-29860-2cec332
To request a new release for this pull request, mention someone from the Nx team or the |
2cec332
to
f2b8130
Compare
question: Any way to make this work with Nx 18.3 and Angular 17.3? |
2818f1b
to
ba00de3
Compare
Currently Angular Rspack is only supporting Angular 19 |
🐳 We have a release for that!This PR has a release associated with it. You can try it out using this command: npx [email protected] my-workspace Or just copy this version and use it in your own command: 0.0.0-pr-29860-d639246
To request a new release for this pull request, mention someone from the Nx team or the |
d1cffbe
to
0644997
Compare
0644997
to
923f9a6
Compare
fdcf3b4
to
632966a
Compare
9df6faf
to
c1b1a0d
Compare
dd9e12e
to
779db90
Compare
This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request. |
Current Behavior
Nx currently does not offer an automated method for switching from an Angular Webpack build to an Angular Rspack build.
Expected Behavior
Provide a generator
convert-to-rspack
in@nx/angular
that will allow conversion from an Angular Webpack build to an Angular Rspack build.Usage:
nx g convert-to-rspack --project=myapp
TODO