Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(config-types): replace
@expo/babel-preset-cli
with `expo-m…
…odule-scripts` (expo#25426) ~~⚠️ On hold until all listed PRs are merged.~~ → ✅ ~~⚠️ On hold until expo#25458 is merged.~~ → ✅ merged & (re)based # Why We are deprecating the `@expo/babel-preset-cli`, and that means that other packages need to move over to `expo-module-scripts`. This is the final PR to get rid of `@expo/babel-preset-cli` from this repository. But, as this is the only package adding this library to this monorepo, _**we need to merge this as last one**_. Otherwise, all other packages using `@expo/babel-preset-cli` will not install this package. Other clean-up PRs: - expo#25416 - expo#25417 - expo#25418 - expo#25420 - expo#25421 - expo#25422 - expo#25423 - expo#25424 - expo#25425 # How - Added `expo-module-scripts@^3.3.0` to `devDependencies` - Replaced **package.json** scripts with `expo-module-scripts` equivalents # Test Plan See if CI passes. # Checklist <!-- Please check the appropriate items below if they apply to your diff. This is required for changes to Expo modules. --> - [x] Documentation is up to date to reflect these changes (eg: https://docs.expo.dev and README.md). - [ ] Conforms with the [Documentation Writing Style Guide](https://github.com/expo/expo/blob/main/guides/Expo%20Documentation%20Writing%20Style%20Guide.md) - [ ] This diff will work correctly for `npx expo prebuild` & EAS Build (eg: updated a module plugin).
- Loading branch information