clessg / progress-bar-webpack-plugin

A progress bar plugin for Webpack.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Difference between this and builtin option?

avindra opened this issue · comments

Hi,

I'm trying to understand what's the difference between this plugin and the --progress option available in Webpack directly.

Was this an incarnation of progress before webpack had it natively?

Doesn't webpack's --progress option simply show the % completed and # of modules built? (Such as "50% 100/200".) Or did they recently change it to show a progress bar?