npm.io
1.0.0 • Published 10 years ago

system-bell-webpack-plugin

Licence
GPL-3.0
Version
1.0.0
Deps
0
Vulns
0
Weekly
0
Stars
8

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;

Keywords