Skip to content

Commit

Permalink
Remove optional parameter from server and enforce empty list everywhere
Browse files Browse the repository at this point in the history
Reviewed By: jeanlauliac

Differential Revision: D6999448

fbshipit-source-id: 39a6b9333e3c3ec05bae5423fcc84ad17e1fdc06
  • Loading branch information
Miguel Jimenez Esun authored and facebook-github-bot committed Mar 1, 2018
1 parent d174ab8 commit 8a7f68e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions local-cli/dependencies/dependencies.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,10 @@ function dependencies(argv, config, args, packagerInstance) {
typeof config.getTransformModulePath === 'function' ? config.getTransformModulePath() :
undefined;


const packageOpts = {
assetRegistryPath: ASSET_REGISTRY_PATH,
cacheStores: [],
projectRoots: config.getProjectRoots(),
blacklistRE: config.getBlacklistRE(),
dynamicDepsInPackages: config.dynamicDepsInPackages,
Expand Down

0 comments on commit 8a7f68e

Please sign in to comment.