Uh oh!
There was an error while loading. Please reload this page.
Added module to ignored node modules list - #5798
Conversation
Timer
commented
Nov 14, 2018
How is |
dotansimha
commented
Nov 14, 2018
@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. |
dotansimha
commented
Jan 13, 2019
@Timer ? someone? |
mrmckeb
commented
Jan 13, 2019
@dotansimha The CI issues should be resolved now, can you please rebase? Then I can merge this in. Thanks! |
dotansimha
commented
Jan 16, 2019
@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
modulemodule, and it breaks CRA apps (such as https://github.com/sindresorhus/resolve-from) because Webpack can't find this module.This PR adds
moduleto list ofemptynode modules.