-
-
Notifications
You must be signed in to change notification settings - Fork 645
Closed
Description
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