Support pnpm shared-workspace-lockfile=false mode #370
Labels
enhancement
New feature or request
funding needed
Contribute to https://opencollective.com/aspect-build
Tested this in #367 and it is almost supported with existing constructs except that transitive deps of first-party workspace links are not picked up because the information is split across lock files.
Should be relatively easy to create an npm_translate_locks repository rule or macro to make this easy for the end user. Just have to figure out how to pass transitive deps for 1st party workspace links around when the data is split across lock files.
cc @alexeagle @jondlm @sushain97
The text was updated successfully, but these errors were encountered: