Previously, the wrapped require
searched the existing module.paths
and then process.cwd()
. We now only search process.cwd()
. See #136 for details.
Previously, the wrapped require
searched the existing module.paths
and then process.cwd()
. We now only search process.cwd()
. See #136 for details.