You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, this behavior used to work in the previous version
The previous version in which this bug was not present was
No response
Description
I have an Angular application configure as below:
"outputPath": "../MyNetApplication/wwwroot",
When using webpack build, the compiled files of the Angular application went directly in wwwroot so I could publish my .NET application and it worked directly.
I tried to switch to es-build, however, after the build, the compiled files of the Angular application end up into "../MyNetApplication/wwwroot/browser" which prevents me from publishing the .NET application as this would not work.
It seems weird to me that the outputPath settings of angular.json is only partially honored.
According to me, this settings should be used and not altered during the compilation.
Minimal Reproduction
Just create a new Angular application using angular/cli 17 and run ng build.
The files will be located under dist/ng17/browser.
Command
build
Is this a regression?
The previous version in which this bug was not present was
No response
Description
I have an Angular application configure as below:
"outputPath": "../MyNetApplication/wwwroot",
When using webpack build, the compiled files of the Angular application went directly in wwwroot so I could publish my .NET application and it worked directly.
I tried to switch to es-build, however, after the build, the compiled files of the Angular application end up into "../MyNetApplication/wwwroot/browser" which prevents me from publishing the .NET application as this would not work.
It seems weird to me that the outputPath settings of angular.json is only partially honored.
According to me, this settings should be used and not altered during the compilation.
Minimal Reproduction
Just create a new Angular application using angular/cli 17 and run ng build.
The files will be located under dist/ng17/browser.
Exception or Error
No response
Your Environment
Anything else relevant?
No response
The text was updated successfully, but these errors were encountered: