cache-loader icon indicating copy to clipboard operation
cache-loader copied to clipboard

feat: add `overrideDependencies` option (`options.overrideDependencies`)

Open sokra opened this issue 6 years ago • 1 comments

add an option to override the dependencies to reduce fs calls

sokra avatar Sep 04 '17 13:09 sokra

What about

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

instead?

michael-ciniawsky avatar Sep 04 '17 17:09 michael-ciniawsky