1.0.6 • Published 3 years ago

webpack-simple-progress-bar v1.0.6

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

webpack-simple-progress-bar

it is a simple webpcak progress bar plugin

webpack-simple-progress-bar

A simple webpack progress bar plugin(https://github.com/ou-jin/webpack-simple-progress-bar)

Effect

npm.io

Instructions

npm i webpack-simple-progress-bar

var bar = require('webpack-simple-progress-bar');
...
plugins: [
  new bar()
]
Options
  • color the color of the progress bar
  • length the length of the progress bar
 new bar(
   {
       color:' #65f3ba',
       length:30
   }
 )
1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago