Add workaround to make metro not fail when being run with RN 0.52

Reviewed By: BYK, cpojer

Differential Revision: D6760980

fbshipit-source-id: 78fa75a74391baf18fc5615ef218facc65bc23d1
This commit is contained in:
Rafael Oleza 2018-01-19 11:22:41 -08:00 committed by Facebook Github Bot
parent 350e9e4a7e
commit 19e52ee233
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ class Server {
assetRegistryPath: options.assetRegistryPath,
blacklistRE: options.blacklistRE,
cacheVersion: options.cacheVersion || '1.0',
dynamicDepsInPackages: options.dynamicDepsInPackages,
dynamicDepsInPackages: options.dynamicDepsInPackages || 'throwAtRuntime',
createModuleIdFactory: options.createModuleIdFactory,
enableBabelRCLookup:
options.enableBabelRCLookup != null