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.
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.