Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm working on a workspace where I need total isolation of all packages to avoid any "cross-contamination."
This is because the project is not a package or a traditional app, it's a benchmark suite testing various packages, so I want to ensure that each package under test only uses the deps that it declares.
Should I be setting
hoist
tofalse
? Any other options I should consider?Docs: https://pnpm.io/npmrc
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions