Skip to content

BrOrlandi/faustao-errou-webpack-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published