Created by: dotansimha
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 of empty
node modules.