system-bell-webpack-plugin
Plugin for webpack that emits a system bell character whenever there is a build error
Last updated 10 years ago by jannes .
GPL-3.0 · Repository · Bugs · Original npm
$ cnpm install system-bell-webpack-plugin 
SYNC missed versions from official npm registry.

System Bell plugin for webpack

Installation

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

Usage

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

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

Current Tags

  • 1.0.0                                ...           latest (10 years ago)

1 Versions

  • 1.0.0                                ...           10 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (0)
None
Dev Dependencies (0)
None
Dependents (0)
None

Copyright 2013 - present © cnpmjs.org