mirror of
https://github.com/facebook/react-native.git
synced 2024-11-21 20:50:09 +00:00
971bb81d13
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/38146 Now that `metro-react-native-babel-transformer` may be loaded from source without transformation, we can remove this workaround / potential footgun. Jest uses Babel imperatively and doesn't rely on registration (require hooks), so registering within the preprocessor potentially conflicts and has caused problems before. This just tidies up some complexity we don't need. Changelog: [Internal] Reviewed By: christophpurrer Differential Revision: D47162728 fbshipit-source-id: 06215f9bb7b8e71bcca0429d0bae9f20a22f45a8 |
||
---|---|---|
.. | ||
preprocessor.js |