0.1.0 • Published 8 years ago

webpack-plugin-notifier v0.1.0

Weekly downloads
102
License
-
Repository
github
Last release
8 years ago

webpack-plugin-notifier

webpack plugin that show build status with system notifications

Installation

npm install --save-dev webpack-plugin-notifier

Usage

var WebpackNotifierPlugin = require('webpack-plugin-notifier');

// ... module: { plugins: new WebpackNotifierPlugin(), }, // ...