Skip to content

Commit a082a3e

Browse files
Coly010thePunderWoman
authored andcommitted
docs: update links for angular rspack to correct locations (angular#60634)
PR Close angular#60634
1 parent 005ad65 commit a082a3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

adev/src/content/ecosystem/custom-build-pipeline.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ There are some niche use cases when you may want to maintain a custom build pipe
1414

1515
## What are the options?
1616

17-
Currently, there are two well supported community tools that enable you to create a custom build pipeline with a [Vite plugin](https://www.npmjs.com/package/@analogjs/vite-plugin-angular) and [Rspack plugin](https://www.npmjs.com/package/@ng-rspack/build). Both of them use underlying abstractions that power the Angular CLI. They allow you to create a flexible build pipeline and require manual maintenance and no automated update experience.
17+
Currently, there are two well supported community tools that enable you to create a custom build pipeline with a [Vite plugin](https://www.npmjs.com/package/@analogjs/vite-plugin-angular) and [Rspack plugin](https://www.npmjs.com/package/@nx/angular-rspack). Both of them use underlying abstractions that power the Angular CLI. They allow you to create a flexible build pipeline and require manual maintenance and no automated update experience.
1818

1919
### Rspack
2020

2121
Rspack is a Rust-based bundler that aims to provide compatibility with the webpack plugin ecosystem.
2222

2323
If your project is tightly coupled to the webpack ecosystem, heavily relying on a custom webpack configuration you can leverage Rspack to improve your build times.
2424

25-
You can find more about Angular Rspack on the project’s [documentation website](https://angular-rspack.dev/guide/migration/from-webpack).
25+
You can find more about Angular Rspack on the project’s [documentation website](https://nx.dev/recipes/angular/rspack/introduction).
2626

2727
### Vite
2828

0 commit comments

Comments
 (0)