-
Notifications
You must be signed in to change notification settings - Fork 75
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
--watch crashing on errors #20
Comments
Hmm, that shouldn't happen. Can you provide me a repo? |
You bet... I'll have one soon... |
K, I wouldn't be surprised at all if I've set something up incorrectly, but here's a very simple reproduction: |
zinserjan
added a commit
that referenced
this issue
Jun 15, 2016
Thanks! Fixed with #21 |
Excellent, do you plan to cut a new release? |
Yep, release is planned for this evening. |
Released with v0.4.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for a great tool – excited to be able to hot-reload my test code.
Any insights on how to prevent
--watch
from crashing, and exiting, when errors are introduced into a test file? Do I have a configuration option set incorrectly in webpack?The text was updated successfully, but these errors were encountered: