Play "Errou" sound if the webpack buid has failed.
npm install --save-dev faustao-errou-webpack-plugin
In your Webpack file:
var FaustaoErrouWebpackPlugin = require('faustao-errou-webpack-plugin');
module.exports = {
...,
plugins: [
...,
new FaustaoErrouWebpackPlugin()
]
}