mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-23 20:01:01 +08:00
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:
committed by
Facebook Github Bot
parent
d174ab8a7a
commit
8a7f68e211
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user