mirror of https://github.com/status-im/metro.git
adapt instantiation of node-haste/DependencyGraph to new version
Reviewed By: bestander Differential Revision: D3339969 fbshipit-source-id: 2b81f8019223b060f3e3afb940cc58360ed024e5
This commit is contained in:
parent
69a46e2c6e
commit
0dd8af0ea2
|
@ -102,7 +102,7 @@ class Resolver {
|
|||
// remove it from here.
|
||||
'parse',
|
||||
],
|
||||
platforms: ['ios', 'android', 'windows'],
|
||||
platforms: ['ios', 'android', 'windows', 'web'],
|
||||
preferNativePlatform: true,
|
||||
fileWatcher: opts.fileWatcher,
|
||||
cache: opts.cache,
|
||||
|
|
Loading…
Reference in New Issue