Skip to content

ou-jin/webpack-simple-progress-bar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webpack-simple-progress-bar

it is a simple webpcak progress bar plugin

webpack-simple-progress-bar

A simple webpack progress bar plugin

Effect

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
   }
 )

About

it is a simple webpcak progress plugin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published