Skip to content

Progress bar when run npm run build #935

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
littlee opened this issue Oct 20, 2016 · 6 comments
Closed

Progress bar when run npm run build #935

littlee opened this issue Oct 20, 2016 · 6 comments

Comments

@littlee
Copy link

littlee commented Oct 20, 2016

When running npm run build, it takes a long time to build.

How to implement a progress bar when building?

@thien-do
Copy link
Contributor

thien-do commented Oct 20, 2016

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)

@gaearon
Copy link
Contributor

gaearon commented Oct 20, 2016

I agree it would be great, but I’d rather see it implemented in react-dev-utils (our package) than adding a full-fledged solution like WD.

@Anahkiasen
Copy link

Webpack has a simple --progress flag that can be used for this

@pugnascotia
Copy link
Contributor

Adding progress-bar-webpack-plugin worked well in my testing - can send a PR if there's interest.

@rashidul0405
Copy link

rashidul0405 commented Apr 21, 2018

is there any progress on this?

@stale
Copy link

stale bot commented Nov 2, 2018

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.

@stale stale bot added the stale label Nov 2, 2018
@Timer Timer closed this as completed Nov 2, 2018
@lock lock bot locked and limited conversation to collaborators Jan 9, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

7 participants