webpack-plugin-notifier
v0.1.0
Published
webpack plugin that show build status with system notifications
Maintainers
Readme
webpack-plugin-notifier
webpack plugin that show build status with system notifications
Installation
npm install --save-dev webpack-plugin-notifierUsage
var WebpackNotifierPlugin = require('webpack-plugin-notifier');
// ... module: { plugins: [ new WebpackNotifierPlugin(), ] }, // ...
