mirror of
https://github.com/status-im/react-native.git
synced 2025-02-11 17:07:09 +00:00
Summary: public `babel-plugin-react-transform` doesn't support to run on transformed code (it doesn't detect some react components). The reason why HMR was originally on the internal transform was so that it worked with non JS code (TypeScript, Coffeescript, etc), but looks like this is not very popupar in the community, maybe because the JS ecosystem is getting better everyday. So long story short, for now lets move HMR to the external transformer. This should also give us a perf boost. Reviewed By: davidaurelio Differential Revision: D2870973 fb-gh-sync-id: 68ca8d0540b88b9516b9fef10643f93fc9b530d2