simple-webpack-progress-plugin
v1.0.7
Published
A simple progress plugin for webpack
Downloads
12
Readme
simple-webpack-progress-plugin

Installation
yarn install -D simple-webpack-progress-pluginUsage
Include the following in your Webpack config.
var ProgressPlugin = require('simple-webpack-progress-plugin');
...
plugins: [
new ProgressPlugin()
]License
MIT
