Skip to content

Commit

Permalink
Add temporary workaround for Babel dependency issues in installs test…
Browse files Browse the repository at this point in the history
… 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.
  • Loading branch information
iansu authored Apr 4, 2019
1 parent 76fea02 commit bf7d1c4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tasks/e2e-installs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit bf7d1c4

Please sign in to comment.