Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-11-06 | fix(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. |