diff --git a/.npmrc b/.npmrc index cdd1770d4a7ee7..cec13c7f8cabe4 100644 --- a/.npmrc +++ b/.npmrc @@ -45,6 +45,8 @@ save-workspace-protocol=false ignore-workspace-cycles=true # Don't pull symlinks up out of workspace packages. dedupe-direct-deps=false +# Don't allow every package to see every other package. +hoist-workspace-packages=false # Remove once https://github.com/pnpm/pnpm/issues/6457 is fixed # and we can set a hoisting limit of "workspaces" like in Yarn.