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
The current version of the broccoli-typescript plugin directly logs any compiler error to the console, using console.log, instead of throwing it for Broccoli to catch.
We need to change this so whenever we broccoli serve or ng serve a project, broccoli can output any compilation errors to the browser for the user to see when reloading the page.