feat(angular): add convert-to-rspack generator#29860
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 create-nx-workspace@0.0.0-pr-29860-43e1fcb my-workspaceOr 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 create-nx-workspace@0.0.0-pr-29860-74361a9 my-workspaceOr 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 create-nx-workspace@0.0.0-pr-29860-2cec332 my-workspaceOr 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 create-nx-workspace@0.0.0-pr-29860-d639246 my-workspaceOr 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-rspackin@nx/angularthat will allow conversion from an Angular Webpack build to an Angular Rspack build.Usage:
nx g convert-to-rspack --project=myappTODO