adapt instantiation of node-haste/DependencyGraph to new version

Reviewed By: bestander

Differential Revision: D3339969

fbshipit-source-id: 2b81f8019223b060f3e3afb940cc58360ed024e5
This commit is contained in:
David Aurelio 2016-05-24 05:09:39 -07:00 committed by Facebook Github Bot 7
parent 2c8abebccc
commit 6629ae9fdf
1 changed files with 1 additions and 1 deletions

View File

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