A few options were updated by webpack's progressPlugin, namely:
activeModules is disabled by default (currently hardcoded as true in webpackbar)
percentBy was added to tell ProgressPlugin how to calculate progress percentage
https://webpack.js.org/blog/2020-10-10-webpack-5-release/#progress
Could we expose this configuration as a part of webpackbar's options?
A few options were updated by webpack's
progressPlugin, namely:activeModulesis disabled by default (currently hardcoded astrueinwebpackbar)percentBywas added to tellProgressPluginhow to calculate progress percentagehttps://webpack.js.org/blog/2020-10-10-webpack-5-release/#progress
Could we expose this configuration as a part of
webpackbar's options?