Results 1 comments of Gaarahan

Same problem with `monorepo`: All dep will install into root node_modules. but what i need is patch in sub-module. ``` my-app/ ├─ node_modules/ │ ├─ dep-xxx/ -- where need patch...