mirror of https://github.com/status-im/metro.git
Use `invariant` from fbjs everywhere
Reviewed By: yungsters Differential Revision: D3002422 fb-gh-sync-id: c7d308e6cfc717726dbbc43a2462fdabb052b2fe shipit-source-id: c7d308e6cfc717726dbbc43a2462fdabb052b2fe
This commit is contained in:
parent
cbbe2a707e
commit
41aeaec16f
|
@ -21,6 +21,8 @@ var sharedBlacklist = [
|
|||
'node_modules/fbjs/lib/Map.js',
|
||||
'node_modules/fbjs/lib/isEmpty.js',
|
||||
|
||||
'downstream/core/invariant.js',
|
||||
|
||||
/website\/node_modules\/.*/,
|
||||
|
||||
// TODO(jkassens, #9876132): Remove this rule when it's no longer needed.
|
||||
|
|
Loading…
Reference in New Issue