browserify-hmr icon indicating copy to clipboard operation
browserify-hmr copied to clipboard

Capturing browserify errors

Open elsehow opened this issue 9 years ago • 1 comments

great tool, thank you for developing this

one feature i'd love to have is the injection of browserify errors (e.g. syntax errors) into my browser. figwheel has a little pop-up UI for syntax errors, but i would even do with something less fancy - just a console.log() statement like the others that browserify-HMR makes. this would prevent me from checking my terminal. (presently, code simply doesn't reload on a syntax error).

elsehow avatar Mar 05 '16 09:03 elsehow

redbox-react does something like this, but specifically for runtime errors in React components. This makes me wonder if this type of functionality could be better in a separate browserify or babel code transform instead of being another browserify-hmr option.

Macil avatar Sep 16 '16 00:09 Macil