$ cnpm install system-bell-webpack-plugin
npm install system-bell-webpack-plugin --save-dev
var webpack = require('webpack');
var SystemBellPlugin = require('system-bell-webpack-plugin');
// webpack configuration
var config = {
entry: …,
output: { … },
plugins: [
new SystemBellPlugin()
],
// …
};
module.exports = config;
Copyright 2013 - present © cnpmjs.org