You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(@angular/build): perform incremental background file updates with component updates
When HMR is enabled, a change to a lazy route component template may alter the
names of lazy chunks. These lazy chunks must be updated within the development
server so that any later non-HMR based update will have access to these chunks.
To support this, the incremental results from the build process can now emit
background file updates that will provide output file changes without triggering
client updates.
0 commit comments