Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 381 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 381 Bytes

Faustao Errou Webpack Plugin

Play "Errou" sound if the webpack buid has failed.

Install

npm install --save-dev faustao-errou-webpack-plugin

Usage

In your Webpack file:

var FaustaoErrouWebpackPlugin = require('faustao-errou-webpack-plugin');

module.exports = {
    ...,
    plugins: [
        ...,
        new FaustaoErrouWebpackPlugin()
    ]
}