Replies: 1 comment 2 replies
-
It is not possible to implement because the real location of dependencies is at |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Assume
hoist=false
.Gatsby for example builds its app to the
<workspace-package>/.cache
dir. There are usually many deps that are missing from these SSR bundles.I don't like to use
public-hoist-patterns
because it pollutes thenode_modules
causing unexpected things. Same goes forhoist=false
.But how about allowing this at the workspace package level?
So some packages could have a flat
node_modules
but not all.Does this already exist? Thoughts?
Beta Was this translation helpful? Give feedback.
All reactions