1.0.1 • Published 5 years ago

webpack-beep-plugin v1.0.1

Weekly downloads
9
License
MIT
Repository
github
Last release
5 years ago

#BEEP PLUGIN

###Install

npm install webpack-beep-plugin

// In webpack config file
 var BeepPlugin = require('webpack-beep-plugin');
 plugins: [new BeepPlugin()] 

Then just run webpack with a --beep argument.

NOTE: for webpack v2 use --env.beep. Webpack v2 does not allow custom arguments without the 'env.' prefix

1.0.1

5 years ago

1.0.0

7 years ago

0.0.1

9 years ago