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
#2627 adds support for breakpoints on hot reload. In order to do this, we reset provider, location, module, source, and inspector information for all libraries in the program. Instead, we should do something more clever and only invalidate the libraries that have changed, their modules, and all the dependent information. This should speed up hot reload.