errorify
errorify copied to clipboard
Browserify plugin to write failed build error messages to the output file
`errorify` works with [email protected]. Using watchify 3.5-3.7, when there is an error, nothing happens at all. No bundle file is created, or if the file already exists, nothing is written...
Hey! Thanks for your project. I've found it to be useful. I wanted to be able to modify the `stderr` messages that are printed to the terminal when a build...
Is it possible to emit/catch an error event or something so I can attach a custom callback function to execute in addition to the default `console.error` (for example trigger a...