Skip to content

Fix "require" search path

Compare
Choose a tag to compare
@jclem jclem released this 21 Apr 22:33
· 179 commits to main since this release
85e88a6

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