Is there a way to have the parcel API load dependencies through node_modules? #8578
-
I have a library that is basically a CLI that uses parcel to generate and build a web-app. That CLI (own package) has React as dependency. When I generate a file that uses |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
With a resolver plugin, you could retarget react dependencies to be resolved relative to some other arbitrary path (= the CLI). |
Beta Was this translation helpful? Give feedback.
With a resolver plugin, you could retarget react dependencies to be resolved relative to some other arbitrary path (= the CLI).