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(@angular/build): avoid hashing development external component stylesheets #28710

Merged
merged 1 commit into from
Oct 24, 2024

Conversation

clydin
Copy link
Member

@clydin clydin commented Oct 24, 2024

When using the development server with a production configuration or with bundle hashing enabled, the external stylesheet files used by the development server for hot replacement of component styles are no longer hashed. This ensures that the requests from the runtime served by the development server match the available generated component stylesheet files.

…lesheets

When using the development server with a production configuration or with bundle
hashing enabled, the external stylesheet files used by the development server for
hot replacement of component styles are no longer hashed. This ensures that the
requests from the runtime served by the development server match the available
generated component stylesheet files.

(cherry picked from commit 31f9037)
@clydin clydin added the target: rc This PR is targeted for the next release-candidate label Oct 24, 2024
@alan-agius4 alan-agius4 added the action: merge The PR is ready for merge by the caretaker label Oct 24, 2024
@clydin clydin merged commit 099e477 into angular:19.0.x Oct 24, 2024
33 checks passed
@clydin clydin deleted the hmr/style-hashing branch October 24, 2024 14:32
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: @angular/build 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