clessg/progress-bar-webpack-plugin

total it not worked! is still 100

zhangwei900808 opened this issue · 1 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