node-app-root-path icon indicating copy to clipboard operation
node-app-root-path copied to clipboard

Need Yarn 2 monorepo support

Open AshishShanker opened this issue 4 years ago • 0 comments

Current resolver detects Yarn Plug 'N' Play but resolves app root path to repo root, but in the context of a monorepo structure, it may be desirable to have app root resolve to the workspace root.

I am no Yarn 2 API expert, but it seems findPackageLocator() or some such function might be useful.

AshishShanker avatar Sep 28 '21 14:09 AshishShanker