From 89385b8cf54ee0bedefd3b366f0f42f0129ecf48 Mon Sep 17 00:00:00 2001 From: Christopher Chedeau Date: Sun, 15 Mar 2015 18:33:51 -0700 Subject: [PATCH] [ReactNative] Add website to blacklist --- blacklist.js | 1 + 1 file changed, 1 insertion(+) diff --git a/blacklist.js b/blacklist.js index 468a6040..850a8724 100644 --- a/blacklist.js +++ b/blacklist.js @@ -7,6 +7,7 @@ // modulePathIgnorePatterns. var sharedBlacklist = [ __dirname, + 'website', 'node_modules/parse/node_modules/xmlhttprequest/lib/XMLHttpRequest.js', 'node_modules/react-tools/src/utils/ImmutableObject.js', 'node_modules/react-tools/src/core/ReactInstanceHandles.js',