From bf7d1c4b3ec54c48bb0ce26ff541bdb741c733f3 Mon Sep 17 00:00:00 2001 From: Ian Sutherland Date: Thu, 4 Apr 2019 13:34:49 -0600 Subject: [PATCH] Add temporary workaround for Babel dependency issues in installs test suite (#6757) This is a temporary fix to get our test suites passing so we can finish work on the 3.0 release. We still need to find and fix the root cause of this issue: #6679. This workaround should be removed once that's fixed. --- tasks/e2e-installs.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tasks/e2e-installs.sh b/tasks/e2e-installs.sh index ee4ad248e2b..07a5ddb3984 100755 --- a/tasks/e2e-installs.sh +++ b/tasks/e2e-installs.sh @@ -184,6 +184,10 @@ CI=true yarn test # Eject... echo yes | npm run eject +# Temporary workaround for https://github.com/facebook/create-react-app/issues/6099 +rm yarn.lock +yarn add @babel/plugin-transform-react-jsx-source @babel/plugin-syntax-jsx @babel/plugin-transform-react-jsx @babel/plugin-transform-react-jsx-self + # Ensure env file still exists exists src/react-app-env.d.ts