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

fix(@schematics/angular): remove explicit outputPath option value from generated applications #29905

Merged
merged 1 commit into from
Mar 21, 2025

Conversation

clydin
Copy link
Member

@clydin clydin commented Mar 20, 2025

The outputPath option now defaults to dist/<project_name> for applications. This removes the need to explicitly set the option within a newly generated project. The value removal also reduces the overall size of the angular.json configuration for new projects. Existing projects are not modified by this change.

@clydin clydin added the target: major This PR is targeted for the next major release label Mar 20, 2025
@clydin clydin force-pushed the application/default-output-path branch 4 times, most recently from a90f324 to 5339dab Compare March 21, 2025 14:35
…rom generated applications

The `outputPath` option now defaults to `dist/<project_name>` for applications.
This removes the need to explicitly set the option within a newly generated
project. The value removal also reduces the overall size of the `angular.json`
configuration for new projects. Existing projects are not modified by this
change.
@clydin clydin force-pushed the application/default-output-path branch from 5339dab to 7222e35 Compare March 21, 2025 15:03
@clydin clydin marked this pull request as ready for review March 21, 2025 16:14
@clydin clydin added the action: review The PR is still awaiting reviews from at least one requested reviewer label Mar 21, 2025
@clydin clydin requested a review from alan-agius4 March 21, 2025 16:15
@alan-agius4 alan-agius4 added action: merge The PR is ready for merge by the caretaker and removed action: review The PR is still awaiting reviews from at least one requested reviewer labels Mar 21, 2025
@clydin clydin merged commit a910fe9 into angular:main Mar 21, 2025
33 checks passed
@clydin clydin deleted the application/default-output-path branch March 21, 2025 16:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
action: merge The PR is ready for merge by the caretaker area: @schematics/angular target: major This PR is targeted for the next major release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants