Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove babel-plugin-module-resolve, not needed for Expo 50 (#31)
Our test suite began (rightly) failing when it tests that thoughtbelt can generate an app using the latest Expo. Expo 50 removed babel-plugin-module-resolver ([issue thread](expo/expo#25923)) and now supports type aliases out of the box without it. thoughtbelt was specifying this plugin in `babel.config.js` for type aliases but was not installing it in the `package.json` for new apps. This PR removes the config for this plugin in `babel.config.js`. If tests pass, I'm going to go ahead and merge, since the build is currently broken.
- Loading branch information