-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Fix Yarn PnP after ejecting #5215
Comments
cc @arcanis |
Same thing for the Babel config, that should be put in a |
Both sounds fine to me. But I'd prefer to avoid dotfiles because they're invisible when copying. |
FYI, with babel7 we can use a module.exports = {
presets: ["react-app"],
}; |
Is this still an issue today? If so can we raise a new issue? |
Currently you'd have to move Jest config out of
package.json
manually to make PnP work after you eject. See #5214.The text was updated successfully, but these errors were encountered: