martpie / next-transpile-modules

Next.js plugin to transpile code from node_modules. Please see: https://github.com/martpie/next-transpile-modules/issues/291
MIT License
1.13k stars 85 forks source link

fix ReferenceError #284

Closed dstaley closed 1 year ago

dstaley commented 1 year ago

This small PR fixes a ReferenceError in the getPackageRootDirectory function, which tried to assign a value to an undeclared variable.

martpie commented 1 year ago

Well oopsie