Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(@angular/build): always record component style usage for HMR updates
When using the development server with the application builder, external component stylesheet usage must always be record to ensure that any hot replacement actions correctly reference the relevant components. Previously, browser cached styles would return a 304 status prior to recording the usage. This resulted in the development server not knowing that the component needed a potential update in the future.
- Loading branch information