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 the new application builder (introduced in Angular 17), the build artifacts are placed in a "browser" subfolder. This is why we made the "dir" option for the deployment builder.
When using the application builder, it is mandatory to set "dir".
As soon as the application builder is the only officially supported builder (i.e. as soon as the Webpack-based builder is deprecated), we should change the default path so that the application builder works out of the box without "dir".
The text was updated successfully, but these errors were encountered:
With the new application builder (introduced in Angular 17), the build artifacts are placed in a "browser" subfolder. This is why we made the "dir" option for the deployment builder.
When using the application builder, it is mandatory to set "dir".
As soon as the application builder is the only officially supported builder (i.e. as soon as the Webpack-based builder is deprecated), we should change the default path so that the application builder works out of the box without "dir".
The text was updated successfully, but these errors were encountered: