mirror of https://github.com/status-im/metro.git
Fix breakages caused by switch to fbjs
Summary: This fixes a couple of breakages introduced by the switch to fbjs Reviewed By: bestander Differential Revision: D3000078 fb-gh-sync-id: 2971d049030f754d5001f6729716373a64078ddf shipit-source-id: 2971d049030f754d5001f6729716373a64078ddf
This commit is contained in:
parent
d13b75794f
commit
cbbe2a707e
|
@ -19,6 +19,7 @@ var sharedBlacklist = [
|
||||||
|
|
||||||
// fbjs forks:
|
// fbjs forks:
|
||||||
'node_modules/fbjs/lib/Map.js',
|
'node_modules/fbjs/lib/Map.js',
|
||||||
|
'node_modules/fbjs/lib/isEmpty.js',
|
||||||
|
|
||||||
/website\/node_modules\/.*/,
|
/website\/node_modules\/.*/,
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue