From 77e1b3773a139d8e6a896448b25c582ec42a1cdb Mon Sep 17 00:00:00 2001 From: Shayne Sweeney Date: Mon, 21 Mar 2016 12:57:24 -0700 Subject: [PATCH] Atomic install, remove locking, cache xz archives (for offline installs) Reviewed By: martinbigio Differential Revision: D3015398 fb-gh-sync-id: e0d987917b94ce541c8fa890930799aa8613737e shipit-source-id: e0d987917b94ce541c8fa890930799aa8613737e --- packager/blacklist.js | 1 + 1 file changed, 1 insertion(+) diff --git a/packager/blacklist.js b/packager/blacklist.js index 823ab156b..813358a56 100644 --- a/packager/blacklist.js +++ b/packager/blacklist.js @@ -13,6 +13,7 @@ var path = require('path'); // Don't forget to everything listed here to `package.json` // modulePathIgnorePatterns. var sharedBlacklist = [ + /js\/tmp\/.*/, /node_modules[/\\]react[/\\]dist[/\\].*/, 'node_modules/react/lib/React.js', 'node_modules/react/lib/ReactDOM.js',