You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Making changes on files on node_modules does not trigger a change in the bundler, therefore the new changes are not bundled into the app unless the packager is restarted.
Reproduction
Change a file at the node_modules folder and check that the bundler does not detect the file change (
Description
Making changes on files on
node_modules
does not trigger a change in the bundler, therefore the new changes are not bundled into the app unless the packager is restarted.Reproduction
Change a file at the
node_modules
folder and check that the bundler does not detect the file change (react-native/packager/react-packager/src/Server/index.js
Line 396 in ede04ab
Solution
Reenable the watching of node files or allow a way to customise this via config/env variables
Additional Information
The text was updated successfully, but these errors were encountered: