Skip to content

Commit bf7d1c4

Browse files
authored
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.
1 parent 76fea02 commit bf7d1c4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: tasks/e2e-installs.sh

+4
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,10 @@ CI=true yarn test
184184
# Eject...
185185
echo yes | npm run eject
186186

187+
# Temporary workaround for https://github.com/facebook/create-react-app/issues/6099
188+
rm yarn.lock
189+
yarn add @babel/plugin-transform-react-jsx-source @babel/plugin-syntax-jsx @babel/plugin-transform-react-jsx @babel/plugin-transform-react-jsx-self
190+
187191
# Ensure env file still exists
188192
exists src/react-app-env.d.ts
189193

0 commit comments

Comments
 (0)