webpack-blink1-notify

1.0.0 • Public • Published

webpack-blink1-notify

Get notified about the status of your webpack build during development.

Installation

npm install webpack-blink1-notify --save-dev

Usage

In your webpack configuration file add:

var WebpackBlink1Notify = require('path-to/webpack-blink1-notify');
[...]
plugins: [
  new webpack-blink1-notify(),
]

Configuration

you can customize the LED Colors like this:

var WebpackBlink1Notify = require('path-to/webpack-blink1-notify');
[...]
plugins: [
  new webpack-blink1-notify({
        colors: {
            working: '#ffffff',
            fail: '#ff0000',
            ready: '#0000ff',
        },
    }),
]

TODO

  • publish npm package
helpful links for blink1

Dependents (0)

Package Sidebar

Install

npm i webpack-blink1-notify

Weekly Downloads

0

Version

1.0.0

License

MIT

Last publish

Collaborators

  • thorstenweber83