-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
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
Added module
to ignored node modules list
#5798
Conversation
How is |
@Timer , it's not actually, it's a dependency of dependency. |
Another library using
It looks like source-map-support put the attempt to load |
This pull request has been automatically marked as stale because it has not had any recent activity. It will be closed in 5 days if no further activity occurs. |
@Timer ? someone? |
@dotansimha The CI issues should be resolved now, can you please rebase? Then I can merge this in. Thanks! |
@mrmckeb done :) |
OK, I've merged this in. It's very low risk, but I'll keep a lookout for any potentially related new issues. |
Some dependencies (or dependencies of dependencies) might try to load
module
module, and it breaks CRA apps (such as https://github.com/sindresorhus/resolve-from) because Webpack can't find this module.This PR adds
module
to list ofempty
node modules.