1.0.2 • Published 8 years ago

awesome-progress-webpack-plugin v1.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

Awesome Progress Plugin

Inspiration by webpack-progress-plugin

Webpack awesome progress with i18n plugin

en_US

en_US

zh_TW

zh_TW

Installation

NPM

npm install --save-dev awesome-progress-webpack-plugin

YARN

yarn add --dev awesome-progress-webpack-plugin

USE

var AwesomeProgressPlugin = require('awesome-progress-webpack-plugin')

new AwesomeProgressPlugin({ language: 'en_US' }, function(percentage, msg) {
  process.stdout.clearLine()
  process.stdout.cursorTo(0)
  process.stdout.write(msg)
}),

License

MIT