We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent c9a24db commit d229676Copy full SHA for d229676
packages/create-react-app/yarn.lock.cached
tasks/e2e-simple.sh
@@ -259,6 +259,10 @@ verify_module_scope
259
# Eject...
260
echo yes | npm run eject
261
262
+# Temporary workaround for https://github.com/facebook/create-react-app/issues/6099
263
+rm yarn.lock
264
+yarn add @babel/plugin-transform-react-jsx-source @babel/plugin-syntax-jsx @babel/plugin-transform-react-jsx @babel/plugin-transform-react-jsx-self
265
+
266
# Test ejected files were staged
267
test -n "$(git diff --staged --name-only)"
268
0 commit comments