summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/npm/cjs_yargs/main.out
AgeCommit message (Collapse)Author
2022-11-06fix(npm): fix CJS resolution with local node_modules dir (#16547)Bartek IwaƄczuk
This commit fixes CJS resolution when there's a local "node_modules/" directory. Before this commit relative imports from CJS files where resolved relative to root directory of the package instead of relative to referrer file.