From 1b56d84b047b9b968a77a43c9e89ce0adc0f7152 Mon Sep 17 00:00:00 2001 From: Ian Sutherland Date: Thu, 4 Apr 2019 11:03:32 -0600 Subject: [PATCH] Add temporary workaround for Babel dependency issues in installs test suite --- 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