-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for optionalDependencies #37
Comments
Maybe a switch to enable including |
That wouldn’t make the
|
tbh I have no idea how to handle this situation except for making it easy to add optional dependencies to certain packages in the lockfile. We already have at least partial override support, so maybe this is just a matter of documentation (after finding a use-case where it makes sense to enable an optional dependency that is). |
Another step would be to figure out the following: does the yarn.lock file contain |
This problem could be circumvented by wrapping output executables and collecting all |
Looks like npm finally added a field
optionalDependencies
.So we should support it somehow.
I have no idea what the semantics are.
The text was updated successfully, but these errors were encountered: