Skip to content
This repository was archived by the owner on Oct 27, 2020. It is now read-only.

feat: add overrideDependencies option (options.overrideDependencies) #15

Open
wants to merge 2 commits into
base: next
Choose a base branch
from

Conversation

sokra
Copy link
Member

@sokra sokra commented Sep 4, 2017

add an option to override the dependencies to reduce fs calls

@@ -95,6 +98,33 @@ module.exports = {
}
```

<h2 align="center">Hints</h2>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

L55+

overrideDependencies

...

@michael-ciniawsky michael-ciniawsky changed the title add overrideDependencies option feat: add overrideDependencies option (options.overrideDependencies) Sep 4, 2017
@michael-ciniawsky michael-ciniawsky added this to the 1.1.0 milestone Sep 4, 2017
@michael-ciniawsky
Copy link
Member

What about

dependencies: (
   override: [ path.resolve(yarn.lock), ... ],
   ...future
)

instead?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants