mirror of https://github.com/status-im/metro.git
Un-blacklist fbjs
Summary: Blacklisting is no longer necessary, as fbjs is not used for haste module resolution any longer Reviewed By: yungsters Differential Revision: D3014257 fb-gh-sync-id: 39a0397e6b07bdff3dba9d48d58f4254c43eb6b6 shipit-source-id: 39a0397e6b07bdff3dba9d48d58f4254c43eb6b6
This commit is contained in:
parent
41aeaec16f
commit
0bdf452803
|
@ -17,10 +17,6 @@ var sharedBlacklist = [
|
|||
'node_modules/react/lib/React.js',
|
||||
'node_modules/react/lib/ReactDOM.js',
|
||||
|
||||
// fbjs forks:
|
||||
'node_modules/fbjs/lib/Map.js',
|
||||
'node_modules/fbjs/lib/isEmpty.js',
|
||||
|
||||
'downstream/core/invariant.js',
|
||||
|
||||
/website\/node_modules\/.*/,
|
||||
|
|
Loading…
Reference in New Issue