clessg / progress-bar-webpack-plugin

A progress bar plugin for Webpack.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

show two compiled result with total finished time in webpack5

mingyuyuyu opened this issue · comments

Seems to be the webpack5 cache will cause the much times 1 of the percentage, so the output will have two complete.

you can see here https://github.com/clessg/progress-bar-webpack-plugin/blob/master/index.js#L62 and webpack/webpack#12996

I have the same problem, is there a better solution?