node-app-root-path
node-app-root-path copied to clipboard
Need Yarn 2 monorepo support
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.