You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: