-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
🐛parcel watch fails #416
Labels
Comments
Now released in v1.4.0. Closing this issue for now, but please reopen if you test and it is still a problem in the latest version. |
@devongovett unfortunately, #380 / v1.4.1 did not fix this (though it did fix other problems I was having, so thank you!). Can you please re-open? And let me know what else I should try to debug (or to help others help me debug)? |
Not seeing this anymore, so closing. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
🎛 Configuration (.babelrc, package.json, cli command)
$ node_modules/.bin/parcel watch app/client/entry.html --out-dir public/dist
🤔 Expected Behavior
When I save a file, it should recompile successfully.
😯 Current Behavior
When I save a file, I get the following error:
💁 Possible Solution
I wonder if this is related to #294 in some way? I definitely have a setup that is affected by that bug.
🔦 Context
I am trying to get HMR working. When I run
parcel watch
, it does the initial compile successfully, but explodes once I save.🌍 Your Environment
The text was updated successfully, but these errors were encountered: