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(hot): scope the catch-up sync and pair bundles by name
- A client connecting after a build now receives the catch-up `sync`
alone instead of it being broadcast to every connected client, which
re-triggered their reporters on each new tab.
- `publishBundles` pairs the previous build's bundles by name instead of
array index, so a changing set of compilations cannot compare a bundle
against a sibling's hash. Unnamed bundles keep the positional pairing.
- The client's console dedup cache is cleared per bundle, so a sibling's
clean build no longer re-logs another bundle's unchanged problems.
0 commit comments