|
vor 1 Monat | |
---|---|---|
.. | ||
node_modules | vor 1 Monat | |
test | vor 1 Monat | |
.eslintrc | vor 1 Monat | |
.travis.yml | vor 1 Monat | |
README.md | vor 1 Monat | |
package.json | vor 1 Monat |
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)
]
}