From 67383e090d422234ac5939fa3fd6a7ec1b88d372 Mon Sep 17 00:00:00 2001 From: Ian Sutherland Date: Thu, 4 Apr 2019 23:46:33 -0600 Subject: [PATCH] Add temporary workaround for Babel dependency issues in kitchensink-eject test suite --- tasks/e2e-kitchensink-eject.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tasks/e2e-kitchensink-eject.sh b/tasks/e2e-kitchensink-eject.sh index fd37917db76..6425b890e8e 100755 --- a/tasks/e2e-kitchensink-eject.sh +++ b/tasks/e2e-kitchensink-eject.sh @@ -128,6 +128,10 @@ npm link "$temp_module_path/node_modules/test-integrity" # 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 + # Link to test module npm link "$temp_module_path/node_modules/test-integrity"