Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change default dist folder to "browser" #190

Open
fmalcher opened this issue May 28, 2024 · 1 comment
Open

Change default dist folder to "browser" #190

fmalcher opened this issue May 28, 2024 · 1 comment

Comments

@fmalcher
Copy link
Member

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".

@JohannesHoppe
Copy link
Member

If I remember correctly, this is only an issue for the standalone version. When using ng deploy the correct folder is chosen by default.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants