simple-webpack-progress-plugin
v1.0.7
Published
A simple progress plugin for webpack
Downloads
3
Readme
simple-webpack-progress-plugin
Installation
yarn install -D simple-webpack-progress-plugin
Usage
Include the following in your Webpack config.
var ProgressPlugin = require('simple-webpack-progress-plugin');
...
plugins: [
new ProgressPlugin()
]
License
MIT