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
Improved dev-server error feedback: it now injects an error notification into the end of the HTML body rather than generating invalid HTML on every page. This means you can still use the site even if there's a data error causing some pages to not render correctly (an issue that can be invisible in prod)
Add option to disable launching browser in dev mode. Setting liveReload.launchBrowser = false in kibble.json will stop it popping open a new tab every time you restart the dev server.