Remove optional parameter from server and enforce empty list everywhere

Reviewed By: jeanlauliac

Differential Revision: D6999448

fbshipit-source-id: 39a6b9333e3c3ec05bae5423fcc84ad17e1fdc06
This commit is contained in:
Miguel Jimenez Esun 2018-03-01 05:30:27 -08:00 committed by Facebook Github Bot
parent d174ab8a7a
commit 8a7f68e211
1 changed files with 2 additions and 0 deletions

View File

@ -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,