mirror of
https://github.com/zhigang1992/react-native-web.git
synced 2026-05-19 11:35:09 +08:00
Creates a {path}/index.js for each module that has no web
implementation. This enables the babel preset to rewrite all paths and
prevent apps from bundling unused modules.
Fix #1281
Close #1282