We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8a47d9 commit f1523a6Copy full SHA for f1523a6
tasks/e2e-kitchensink-eject.sh
@@ -128,6 +128,10 @@ npm link "$temp_module_path/node_modules/test-integrity"
128
# Eject...
129
echo yes | npm run eject
130
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
+
135
# Link to test module
136
npm link "$temp_module_path/node_modules/test-integrity"
137
0 commit comments