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
Bring back reloading the app after compiler warnings
With ed07c65, reloading the app after compiler
errors AND warnings was removed. For errors this makes sense, since when there is
an error, the bundle doesn't change. With warnings though, the bundle could have
been changed.
Fixes#697
0 commit comments