onBuildError
Analogous to onBuildStart and onBuildEnd, take in a script to execute when there is a webpack compilation error.
Can you elaborate? What's your configuration?
Hi, I was thinking of something a bit like https://github.com/JannesMeyer/system-bell-webpack-plugin but I'd like to execute a system command rather than have a 'bell' sound - the command could play a sound file or trigger some other notification (it's up to the user). Basically just need a hook into when there is a webpack compilation error.
onBuildStart and onBuildEnd are in memory, what about using onBuildExit?
@krow-ten Any updates?
Hey sorry for the delay in reply. onBuildExit will always execute the given system command. What do you mean by "onBuildStart and onBuildEnd are in memory" ?