Skip to content

Commit

Permalink
adapt instantiation of node-haste/DependencyGraph to new version
Browse files Browse the repository at this point in the history
Reviewed By: bestander

Differential Revision: D3339969

fbshipit-source-id: 2b81f8019223b060f3e3afb940cc58360ed024e5
  • Loading branch information
davidaurelio authored and Facebook Github Bot 7 committed May 24, 2016
1 parent 2c8abeb commit 6629ae9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packager/react-packager/src/Resolver/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 6629ae9

Please sign in to comment.