-
-
Notifications
You must be signed in to change notification settings - Fork 61
Closed
Description
Hi, I use request-promise package which has peer dependency on request but only request-promise is bundled and request is missing. I used default nodeExternals() setup and switched to nodeExternals({ modulesFromFile: true }) but it is still the same (althoug I have both request and request-promise in dependencies of my package.json).
So I have to require the request in my code even if I don't use it directly. Have I forgotten to setup something or it is a bug?
Metadata
Metadata
Assignees
Labels
No labels