Skip to content
This repository has been archived by the owner on Oct 26, 2021. It is now read-only.

evanc/blink1-webpack-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blink1-webpack-plugin

Signal webpack build status with a blink(1) notification light

To use:

Install plugin and add it to your webpack configuration:

var Blink1Plugin = require(‘blink1-webpack-plugin’);
{
	plugins: [new Blink1Plugin()]
}

Now, start webpack with webpack --watch. When builds are pending, your blink(1) light will pulse blue. When it’s valid, it will show green. If there’s a compilation error, it will show red.

About

Signal webpack build status with a blink(1) notification light

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published