|
|
пре 3 месеци | |
|---|---|---|
| .. | ||
| node_modules | пре 3 месеци | |
| test | пре 3 месеци | |
| .editorconfig | пре 3 месеци | |
| .eslintrc | пре 3 месеци | |
| .travis.yml | пре 3 месеци | |
| README.md | пре 3 месеци | |
| index.js | пре 3 месеци | |
| package.json | пре 3 месеци | |
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)
]
}