mirror of https://github.com/status-im/metro.git
Remove parse
Reviewed By: davidaurelio Differential Revision: D4174312 fbshipit-source-id: 024ae3da56c1afd882f808c15a3b90db35627587
This commit is contained in:
parent
77d1ca470d
commit
91a409afe6
|
@ -36,11 +36,6 @@ exports.polyfills = [
|
|||
exports.providesModuleNodeModules = [
|
||||
'react-native',
|
||||
'react-native-windows',
|
||||
// Parse requires AsyncStorage. They will
|
||||
// change that to require('react-native') which
|
||||
// should work after this release and we can
|
||||
// remove it from here.
|
||||
'parse',
|
||||
];
|
||||
|
||||
exports.runBeforeMainModule = [
|
||||
|
|
|
@ -205,11 +205,6 @@ describe('DependencyGraph', function() {
|
|||
'haste-fbjs',
|
||||
'react-haste',
|
||||
'react-native',
|
||||
// Parse requires AsyncStorage. They will
|
||||
// change that to require('react-native') which
|
||||
// should work after this release and we can
|
||||
// remove it from here.
|
||||
'parse',
|
||||
],
|
||||
platforms: ['ios', 'android'],
|
||||
shouldThrowOnUnresolvedErrors: () => false,
|
||||
|
|
Loading…
Reference in New Issue