1.0.0 • Published 8 years ago

webpack-blink1-notify v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

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