mirror of
https://github.com/status-im/metro.git
synced 2025-02-21 15:28:10 +00:00
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:
parent
350e9e4a7e
commit
19e52ee233
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user