-
-
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
bug: replaced script.js compiles only once #826
Comments
maybe this is related with #221 , but for our case (org mode tangle) we can't "disable" anything to avoid file replacement... |
maybe it's related to #754 too |
Which parcel version are you using ? How did you invoke parcel? Edit: |
anyone can simply reproduce that on lastest parcel. |
to test it I use simple Emacs Org Mode file, export it with
tangle replaces script.js and style.css , so parcel's HMR not triggered in that case. update: webpack works as expected here! |
This seems to be related to #221 , i'm not sure if there is a way to prevent this as described in the other issue. |
browserify + budo (i.e. watchify) also works |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. |
🤔 Expected Behavior
When I replace script.js, - dev server updates every time
😯 Current Behavior
When I replace script.js, - dev server updates only once
The text was updated successfully, but these errors were encountered: