From 2708df49e3d7e1404bbf36604c14c72068cce08c Mon Sep 17 00:00:00 2001 From: David Aurelio Date: Wed, 2 Mar 2016 17:13:47 -0800 Subject: [PATCH] Use `invariant` from fbjs everywhere Reviewed By: yungsters Differential Revision: D3002422 fb-gh-sync-id: c7d308e6cfc717726dbbc43a2462fdabb052b2fe shipit-source-id: c7d308e6cfc717726dbbc43a2462fdabb052b2fe --- packager/blacklist.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packager/blacklist.js b/packager/blacklist.js index acca4c167c8..b6476dc4506 100644 --- a/packager/blacklist.js +++ b/packager/blacklist.js @@ -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.