|
hai 1 ano | |
---|---|---|
.. | ||
test | hai 1 ano | |
.editorconfig | hai 1 ano | |
.eslintrc | hai 1 ano | |
.travis.yml | hai 1 ano | |
README.md | hai 1 ano | |
index.js | hai 1 ano | |
package.json | hai 1 ano |
inspired by progress-bar-webpack-plugin,simple Webpack plugin that display nice progress when build
npm install progress-webpack-plugin --save--dev
add plugin in your webpack.config.js
var ProgressPlugin = require('progress-webpack-plugin')
module.exports = {
...
plugins:[
new ProgressPlugin(true)
]
}