From f166e6ccb2bbe467e65c2a92a315b0b278e222fd Mon Sep 17 00:00:00 2001 From: "glevi@fb.com" Date: Tue, 10 Nov 2015 13:15:00 -0800 Subject: [PATCH] Bandaid for babel 6 flow errors Reviewed By: tadeuzagallo Differential Revision: D2638234 fb-gh-sync-id: 493931966d7d3ae5cdc4a5d0d31fd1a7d3af70da --- .flowconfig | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.flowconfig b/.flowconfig index 88093d65f74..7f4891b3334 100644 --- a/.flowconfig +++ b/.flowconfig @@ -7,6 +7,11 @@ # Some modules have their own node_modules with overlap .*/node_modules/node-haste/.* +# Ugh +.*/node_modules/babel.* +.*/node_modules/babylon.* +.*/node_modules/invariant.* + # Ignore react and fbjs where there are overlaps, but don't ignore # anything that react-native relies on .*/node_modules/fbjs-haste/.*/__tests__/.*