proxyConfig option is not working with esbuild dev server #25337
Labels
area: @angular-devkit/build-angular
devkit/build-angular:dev-server
freq1: low
Only reported by a handful of users who observe it rarely
severity3: broken
type: bug/fix
Command
serve
Is this a regression?
The previous version in which this bug was not present was
No response
Description
Trying the new
esbuild
builder in a project and seems theproxyConfig
option in angular config is not considered. For example in .NET Core project we are using proxy to map API calls to the .NET Core dev server. This works perfectly with the webpack builder. With the new builder any call to/api
results in a 404 error and the request does not seem to get to the .NET dev server.I know not all options are supported yet, but in the didn't see
proxyConfig
being mentioned in the Known Limitations section of the help article.Minimal Reproduction
angular.json
excerpt:Proxy config file:
Exception or Error
No response
Your Environment
Anything else relevant?
No response
The text was updated successfully, but these errors were encountered: