-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
[Packager 0.39] RN Packager doesn't see changes inside node_modules #11301
Comments
I'm experiencing this too after upgrading to RN 0.39. |
We see exactly the same. Things that don't work our end...
This is on Mac OS Sierra. Watchman 4.7.0. Node 6.3.1. React Native 0.39 |
I'm experiencing this too with RN 0.39 |
Same issue for me. Has anyone made any progress on this, I ended up rolling back to 0.38 |
@cpojer Can this regression be introduced by the packager refactoring? |
yes, that is most likely the issue. |
Looks like the problem is related to It's broken my module development, a temporarily workaround is add the module name to providesModuleNodeModules, or can we provide an option for it? |
Any news ? This is a major issue :( |
@jhen0409 temporary fix, thanks |
@cpojer when's jest latest version going to be out ? I guess once it's out, we will need to wait a newer release of react-native with the latest jest version as its dependency, right ? |
soon! |
@cpojer Thanks for getting this fixed! Any idea when react native will update to |
Description
If I changing a file in my app folder, livereload and HMR works! But LR and HMR doesn't work if I changing a file inside node_modules directory (if stop packager process and start it again, the changes are applying)
With RN 0.38 - 0.38.1 all works fine!
Additional Information
The text was updated successfully, but these errors were encountered: