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
With Angular 17 forced "browser" in dist path was introduced,
which breaks a lot with middlewares/api and base-ref paths hosting multiple angular ui's within one wwwroot.
Addtional dev setups with paths matching unitl now the final deployment path does now break on setup with complex solutions.
See problems of some devs already descriped here: #26304
I guess a lots of more enterprise dev will hit this change after trying to upgrade the angular 16 and earlier projects.
Describe the solution you'd like
Let developers / devops set the real output path for the build assets
in the angular.json
Something like this would give dev fully fredom of deploy paths avoiding some addional hacky move scripts and so on.
Describe alternatives you've considered
Additional and until now unnecessary move/delete scripts of the content in the /browser/ folder and so on.
The text was updated successfully, but these errors were encountered:
iqmeta
changed the title
Proper outputPath in angular.json
[es-build - Angular 17] Real outputPath in angular.json without "browser" Subfolder being forced of dist assets
Nov 14, 2023
Command
build
Description
With Angular 17 forced "browser" in dist path was introduced,
which breaks a lot with middlewares/api and base-ref paths hosting multiple angular ui's within one wwwroot.
Addtional dev setups with paths matching unitl now the final deployment path does now break on setup with complex solutions.
See problems of some devs already descriped here: #26304
I guess a lots of more enterprise dev will hit this change after trying to upgrade the angular 16 and earlier projects.
Describe the solution you'd like
Let developers / devops set the real output path for the build assets
in the angular.json
Something like this would give dev fully fredom of deploy paths avoiding some addional hacky move scripts and so on.
Describe alternatives you've considered
Additional and until now unnecessary move/delete scripts of the content in the /browser/ folder and so on.
The text was updated successfully, but these errors were encountered: