-
Notifications
You must be signed in to change notification settings - Fork 12k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(@angular-devkit/build-angular): support dev server proxy pathRewr…
…ite field in Vite-based server The development server proxy configuration file for Webpack supports a `pathRewrite` field that is not directly supported by the underlying Vite development server when using the application or esbuild- browser builders. To provide equivalent support, especially for JSON file-based proxy configurations, the `pathRewrite` field is now converted internally to a proxy `rewrite` function. (cherry picked from commit 7d3fd22)
- Loading branch information
1 parent
275a9ba
commit e3a40a4
Showing
1 changed file
with
38 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters