progress-bar-webpack-plugin icon indicating copy to clipboard operation
progress-bar-webpack-plugin copied to clipboard

increasing and decreasing progress

Open vire opened this issue 8 years ago • 3 comments

Sometimes the progress bar goes back in terms of percentage 55% => 54% => 55%

Webpack version 2.2.1 progress-bar-webpack-plugin version 1.9.3

watch

vire avatar Apr 07 '17 12:04 vire

I think this is actually a webpack core bug. If you use --progress on a general webpack build it does the same thing on large projects.

evan-scott-zocdoc avatar May 19 '17 20:05 evan-scott-zocdoc

@vire I don't know that this is an issue with this plugin or Webpack. When you're building without any progress plugin, you'll see that Webpack increases resolved dependencies to its queue as it goes along, which is why the percentage might increase or decrease, but ultimately it's representative of current/total.

emilio-martinez avatar May 31 '17 21:05 emilio-martinez

I reviewed this plugin's source code, I think this is may be a webpack bug, this plugin just calculates it.

huruji avatar Jan 13 '19 18:01 huruji