Externalize Single Dependency in monorepo subpackage? #8143
smtlaissezfaire
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've got an external dependency that I'm using in one package of a monorepo.
That external dependency is puppeteer, which causes all kinds of build issues, so I'd prefer to not include it in the global pnpm-lock.yaml.
Is there an easy way to do this so that puppeteer can stay local to the subproject?
Beta Was this translation helpful? Give feedback.
All reactions