When running npm run build, it takes a long time to build.
How to implement a progress bar when building?
I myself use Webpack Dashboard in my fork of CRA. You can find and use some forks of CRA that includes Webpack Dashboard :D
I think a progress bar is useful. But I'm not sure if it useful for everyone (to be included in CRA)
I agree it would be great, but I鈥檇 rather see it implemented in react-dev-utils (our package) than adding a full-fledged solution like WD.
Webpack has a simple --progress flag that can be used for this
Adding progress-bar-webpack-plugin worked well in my testing - can send a PR if there's interest.
is there any progress on this?
This issue has been automatically marked as stale because it has not had any recent activity. It will be closed in 7 days if no further activity occurs.
Most helpful comment
Adding
progress-bar-webpack-pluginworked well in my testing - can send a PR if there's interest.