unjs / webpackbar

Elegant ProgressBar and Profiler for Webpack 3 , 4 and 5
MIT License
2.07k stars 66 forks source link

Show additional information on bar #54

Closed Tom910 closed 3 weeks ago

Tom910 commented 5 years ago

What problem does this feature solve?

Currently, webpackbar don't show all the information about the build. For example

This wepbackBar:

● Server █████████████████████████ basic chunk optimization (76%)

This ProfilePlugin at the same time:

77% advanced chunk optimization LimitChunkCountPlugin

In this case, I spend more time in the search were a problem in build. Because additional information was skipped

What does the proposed changes look like?

Show additional information about plugins

● Server █████████████████████████ basic chunk optimization (76%)
 LimitChunkCountPlugin
This feature request is available on Nuxt community (#c37)
pi0 commented 4 years ago

Hi sorry for late checking. I believe this commit should fix issue: https://github.com/nuxt-contrib/webpackbar/commit/6ba2f820fb1d668608a33b31fea836ac08ee4f4d#diff-598b75d6dc772eb13aa7141f35bb93046ae26c58a97e8647ecf7f74aec8ae93fR214