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 empty scripts option value from new applications #29897

Merged
merged 1 commit into from
Mar 20, 2025

Conversation

clydin
Copy link
Member

@clydin clydin commented Mar 19, 2025

The scripts option with an empty array value has been removed from newly generated applications including with ng new. This option is less commonly used and can be added if needed by a project. The removal reduces the total size of the generated angular.json.

…w applications

The `scripts` option with an empty array value has been removed from newly
generated applications including with `ng new`. This option is less commonly
used and can be added if needed by a project. The removal reduces the total
size of the generated `angular.json`.
@clydin clydin added the target: major This PR is targeted for the next major release label Mar 19, 2025
@clydin clydin added the action: review The PR is still awaiting reviews from at least one requested reviewer label Mar 19, 2025
@clydin clydin requested a review from alan-agius4 March 19, 2025 22:13
@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 20, 2025
@clydin clydin merged commit 381d35f into angular:main Mar 20, 2025
34 checks passed
@clydin clydin deleted the ng-new/no-scripts-option branch March 20, 2025 12:12
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