Skip to content

refactor(@angular/build): use build output files directly in stats and budgets#27950

Merged
clydin merged 1 commit intoangular:mainfrom
clydin:application/reduce-metafile-usage
Jun 27, 2024
Merged

refactor(@angular/build): use build output files directly in stats and budgets#27950
clydin merged 1 commit intoangular:mainfrom
clydin:application/reduce-metafile-usage

Conversation

@clydin
Copy link
Copy Markdown
Member

@clydin clydin commented Jun 27, 2024

The bundle budget calculators and the console build stats output are now calculated directly from the build output file information instead of the esbuild metafile where possible. This provides a more generic method of accessing the information and can more accurately account for post-processing steps that may alter the output files. The metafile is still used for component style budgets and lazy chunk name information.

…d budgets

The bundle budget calculators and the console build stats output are now
calculated directly from the build output file information instead of the
esbuild metafile where possible. This provides a more generic method of
accessing the information and can more accurately account for post-processing
steps that may alter the output files. The metafile is still used for
component style budgets and lazy chunk name information.
@clydin clydin requested a review from alan-agius4 June 27, 2024 13:01
@clydin clydin added action: review The PR is still awaiting reviews from at least one requested reviewer target: rc This PR is targeted for the next release-candidate labels Jun 27, 2024
@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 Jun 27, 2024
@clydin clydin merged commit 75abe2c into angular:main Jun 27, 2024
@clydin
Copy link
Copy Markdown
Member Author

clydin commented Jun 27, 2024

The changes were merged into the following branches: main, 18.1.x

@clydin clydin deleted the application/reduce-metafile-usage branch June 27, 2024 16:37
@angular-automatic-lock-bot
Copy link
Copy Markdown

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Jul 28, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

action: merge The PR is ready for merge by the caretaker target: rc This PR is targeted for the next release-candidate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants