luanglopes / ts-paths-esm-loader

Node JS loader for Typescript that supports tsconfig paths
MIT License
23 stars 5 forks source link

`TypeError: matchPath is not a function` #14

Closed RebeccaStevens closed 1 year ago

RebeccaStevens commented 1 year ago

I get this error with the latest update (1.4.0). I wasn't having any issue with the previous version (1.3.2).

Log: https://github.com/RebeccaStevens/is-immutable-type/actions/runs/4072123978/jobs/7014570183 PR that generated log: https://github.com/RebeccaStevens/is-immutable-type/pull/38

luanglopes commented 1 year ago

@RebeccaStevens please, take a look at the PR, if everything looks good I will merge it and publish a new version with the fix

RebeccaStevens commented 1 year ago

Just tested it and it's all working for me :)