Skip to content
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

When in watch mode, pressing Enter should force a rebuild #563

Closed
jktravis opened this issue Aug 3, 2018 · 4 comments
Closed

When in watch mode, pressing Enter should force a rebuild #563

jktravis opened this issue Aug 3, 2018 · 4 comments

Comments

@jktravis
Copy link

jktravis commented Aug 3, 2018

Is your feature request related to a problem? Please describe.
Sometimes, webpack either rebuilds too fast, or I'm generally unsure if it has finished rebuilding (maybe I missed a notification from webpack-notifier). And I just want to force a rebuild. Now, I presume the only thing I can do is stop and restart the watch.

Describe the solution you'd like
Something similar to Jest's watch mode (but without all the options.) Mostly, I just want to be able to press Enter and it rebuild.

Describe alternatives you've considered
Just stopping and restarting.

Additional context
no additional context

@ematipico
Copy link
Contributor

ematipico commented Aug 3, 2018

I usually re save a file and a new build runs. Same thing with Jest

@jktravis
Copy link
Author

jktravis commented Aug 9, 2018

With Jest in watch mode, I can press enter to trigger a new test run. I mean, it's fine without it I guess.

@evenstensberg
Copy link
Member

Working on a similar feature @jktravis , probably in early beta within 3 weeks.

@evenstensberg
Copy link
Member

Moved to #586

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants