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