System Bell plugin for webpack
Installation
npm install system-bell-webpack-plugin --save-dev
Usage
var webpack = ;var SystemBellPlugin = ; // webpack configurationvar config = entry: … output: … plugins: // …;moduleexports = config;