Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

increasing and decreasing progress #18

Open
vire opened this issue Apr 7, 2017 · 3 comments
Open

increasing and decreasing progress #18

vire opened this issue Apr 7, 2017 · 3 comments

Comments

@vire
Copy link

vire commented Apr 7, 2017

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

@evan-scott-zocdoc
Copy link

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.

@emilio-martinez
Copy link

@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.

@huruji
Copy link

huruji commented Jan 13, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants