-
-
Notifications
You must be signed in to change notification settings - Fork 586
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
Some packages within node_modules are not watched by Webpack while others are on macOS #1071
Comments
Hey @paulmillr, I was able to recreate the issue using the following steps on macOS Catalina 10.15.7. Step 1: create a fresh create-react-app project using
|
yeah I don't think we test against hardlinks, so they may or may not work |
@paulmillr What is your gut feeling about the above edge case? I believe it is likely related to chokidar, but it could also be an issue at the Webpack or Create React App level. |
any part of the stack can be wrong. of course, any debugging would be very welcome. I don't use webpack unfortunately. |
Hey @paulmillr, Stumbled upon the following in the Webpack docs.
Also, I believe chokidar's |
Describe the bug
I am working on a create-react-app project.
Some packages within
node_modules
are not watched by Webpack while others are on macOS.Which ones are watched appears to be inconsistent which leads me to believe that I might have reached a limit.
This assumption is inspired by webpack/watchpack#46.
Versions (please complete the following information):
To Reproduce:
This issue is hard to reproduce, but I will try my best if required.
Expected behavior
All packages inside of
node_modules
should be watched.The text was updated successfully, but these errors were encountered: