mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-21 05:52:41 +08:00
When normalizing the proxy configuration for the Vite-based development server, the `pathRewrite` logic will now be skipped if the proxy entry is not an object and therefore invalid. This situation can occur if the proxy configuration JSON contains invalid properties. Closes #25978