Skip to content

Latest commit

 

History

History
52 lines (42 loc) · 920 Bytes

README.md

File metadata and controls

52 lines (42 loc) · 920 Bytes

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