1.0.0 • Published 7 years ago

faustao-errou-webpack-plugin v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

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()
    ]
}
1.0.0

7 years ago