webpack-notify-plugin

1.0.4 • Public • Published

webpack-notify-plugin

A webpack notifier

Installation

npm

npm install webpack-notify-plugin

yarn

yarn add webpack-notify-plugin

Sample Usage

const Notifier = require('webpack-notify-plugin');

module.exports = {
  plugins: [
    new Notifier({ message: "Great we're good to go!", icon: 'https://www.goidp.com/wp-content/uploads/wordpress-1.png' })
  ]
}

Package Sidebar

Install

npm i webpack-notify-plugin

Weekly Downloads

5

Version

1.0.4

License

ISC

Unpacked Size

1.58 kB

Total Files

3

Last publish

Collaborators

  • fordbedia