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 error handling in compiler watch() and run() (#157)
This changes it to be more like how webpack's watch mode handles it;
if the compiler throws an error in `watch()` or `run()`, the middleware
should continu to run instead of quitting.
0 commit comments