Skip to content

Commit f1523a6

Browse files
authored
Add temporary workaround for Babel dependency issues in kitchensink-eject test suite (#6762)
1 parent b8a47d9 commit f1523a6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tasks/e2e-kitchensink-eject.sh

+4
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,10 @@ npm link "$temp_module_path/node_modules/test-integrity"
128128
# Eject...
129129
echo yes | npm run eject
130130

131+
# Temporary workaround for https://github.com/facebook/create-react-app/issues/6099
132+
rm yarn.lock
133+
yarn add @babel/plugin-transform-react-jsx-source @babel/plugin-syntax-jsx @babel/plugin-transform-react-jsx @babel/plugin-transform-react-jsx-self
134+
131135
# Link to test module
132136
npm link "$temp_module_path/node_modules/test-integrity"
133137

0 commit comments

Comments
 (0)