mjohnston / react-native-webpack-server

Build React Native apps with Webpack
MIT License
933 stars 84 forks source link

Make exposing all of React Native's internal Haste modules as webpack externals optional #155

Closed philikon closed 8 years ago

philikon commented 8 years ago

This avoids traversing the React Native module tree at startup. Since directly importing a Haste module isn't supported by the React Native packager, most apps will probably not need this feature anyway, which is why we turn it off by default and only make those who need it incur the hit in startup time.

philikon commented 8 years ago

@lightsofapollo mind reviewing this for me?

lightsofapollo commented 8 years ago

Really official lgtm