Skip to content

A plugin for webpack that emits a system bell character whenever there is a build error

Notifications You must be signed in to change notification settings

JannesMeyer/system-bell-webpack-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

System Bell plugin for webpack

Installation

npm install system-bell-webpack-plugin --save-dev

Usage

var SystemBellPlugin = require('system-bell-webpack-plugin');

// webpack configuration
var config = {
	entry: ,
	output: {
		path: ,
		filename: 
	},
	plugins: [
		new SystemBellPlugin()
	]
};
module.exports = config;

About

A plugin for webpack that emits a system bell character whenever there is a build error

Resources

Stars

Watchers

Forks

Packages