Skip to content

Conversation

clydin
Copy link
Member

@clydin clydin commented Jan 6, 2025

The application builder may now return more than one build result per rebuild action. This will typically occur when using the development server with HMR enabled. In this scenario, component template update results may be sent to the development server in addition to incremental updates for global styles. TailwindCSS, for instance, may update the global stylesheet for an application based on the usage of styles within a given template.

Closes #29096

@clydin clydin added the target: minor This PR is targeted for the next minor release label Jan 6, 2025
@clydin clydin force-pushed the application/multi-result branch 5 times, most recently from b9a51a9 to 4137469 Compare January 7, 2025 14:26
…ild action

The `application` builder may now return more than one build result per
rebuild action. This will typically occur when using the development server
with HMR enabled. In this scenario, component template update results may
be sent to the development server in addition to incremental updates for
global styles. TailwindCSS, for instance, may update the global stylesheet
for an application based on the usage of styles within a given template.
@clydin clydin force-pushed the application/multi-result branch from 4137469 to 86caad2 Compare January 7, 2025 23:42
@clydin clydin added the action: review The PR is still awaiting reviews from at least one requested reviewer label Jan 7, 2025
@clydin clydin requested a review from alan-agius4 January 7, 2025 23:59
@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 Jan 8, 2025
@clydin clydin merged commit aab4248 into angular:main Jan 8, 2025
32 checks passed
@clydin clydin deleted the application/multi-result branch January 8, 2025 14:12
@angular-automatic-lock-bot
Copy link

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 Feb 8, 2025
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 area: @angular/build target: minor This PR is targeted for the next minor release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

HMR_TEMPLATES + Tailwind problem

2 participants