Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[compiler:babel] Don't read config files when not running as part of
user's pipeline When the user app has a babel.config file that is missing the compiler, strange things happen as babel does some strange merging of options from the user's config and in various callsites like in our eslint rule and healthcheck script. To minimize odd behavior, we default to not reading the user's babel.config Fixes #29135 ghstack-source-id: 92b193508e7ce2951e487757b3bcad0a273f9e26 Pull Request resolved: #29211
- Loading branch information