deepsea ca9f471156 first commit | 1 سال پیش | |
---|---|---|
.. | ||
test | 1 سال پیش | |
.editorconfig | 1 سال پیش | |
.eslintrc | 1 سال پیش | |
.travis.yml | 1 سال پیش | |
README.md | 1 سال پیش | |
index.js | 1 سال پیش | |
package.json | 1 سال پیش |
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)
]
}