As well as in the console, compile and render errors should be visible in the browser too. Even if this is just in a <pre/> on an unsettled page for now, the user will be instantly aware of the issue. Also consider keeping the bundle on this page, so that fixing the error results in a live reload of the fixed page.
As well as in the console, compile and render errors should be visible in the browser too. Even if this is just in a
<pre/>on an unsettled page for now, the user will be instantly aware of the issue. Also consider keeping the bundle on this page, so that fixing the error results in a live reload of the fixed page.