clessg / progress-bar-webpack-plugin

A progress bar plugin for Webpack.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

total it not worked! is still 100

zhangwei900808 opened this issue · comments

new ProgressBarPlugin({
      format: `:bar ${chalk.green.bold(":percent")} (:current/:total) Build ${chalk.green.bold("UMD")}`,
      clear: false,
      width: 20,
      total: 50,
      complete: chalk.green.bold("█"),
      incomplete: chalk.white.bold("█"),
      summary: false
    }),

image

I had pull request Update index.js #37