$ yarn eject-web
yarn run v1.15.2
$ react-scripts eject
? Are you sure you want to eject? This action is permanent. Yes
Ejecting...
Out of the box, Create React App only supports overriding these Jest options:
• collectCoverageFrom
• coverageReporters
• coverageThreshold
• snapshotSerializers.
These options in your package.json Jest configuration are not currently supported by Create React App:
• preset
If you wish to override other Jest options, you need to eject from the default setup. You can do so by running npm run eject but remember that this is a one-way operation. You may also file an issue with Create React App to discuss supporting more options out of the box.
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
eject-native does seem to work for me, haven't tried building it after eject-native yet.
I would personally favor that we just drop support for eject-web. I think it should not be so hard to accomplish the same thing by "manual" means, with alternatives described:
eject-nativedoes seem to work for me, haven't tried building it aftereject-nativeyet.I would personally favor that we just drop support for
eject-web. I think it should not be so hard to accomplish the same thing by "manual" means, with alternatives described: