baker
baker copied to clipboard
Is it possible to inject error logs into the browser?
I've seen it done before with a few tools.
create-react-app
has this error-overlay
library which is terribly convoluted but gets the job done. Wonder if we could raid it for parts to pull this off?
May be best as a feature of mini-sync
honestly. Provide a way to "send" browser messages via the mini-sync
client and could just barf out the error frame. BrowserSync had a version of this with bs-fullscreen-message
— it wasn't pretty, but it worked for the most part.