-
Notifications
You must be signed in to change notification settings - Fork 24.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
Changing files inside node_modules
requires restarting packager
#13019
Labels
Resolution: Locked
This issue was locked by the bot.
Comments
cc @cpojer |
Since 0.39 we have some troubles with node_modules. See #11301 |
@cpojer claims this should work in a version of RN where jest-haste-map is updated to 19.x+ |
Seems it's in latest RC 570c564#diff-b9cfc7f2cdf78a7f4b91a753d10865a2 Maybe we could cherry-pick to stable? cc @grabbou |
I think it's a must as it's rather important feature. Let's discuss it tomorrow as I'll be wrapping up changelog. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When I change files under node_modules, I need to restart the packager for it to pick up changes. The regression was introduced somewhere around v0.40. It becomes very difficult to debug/develop and debug libraries because of the issue.
The text was updated successfully, but these errors were encountered: