react-native-macos/local-cli/bundle/output
David Aurelio b62ed2f291 Add support for module groups to iOS Random Access Bundle format
Summary:
Adds the possibility to specify an array of files (group roots) that are used to bundle modules outside of the “startup section” into bigger groups by colocating their code.
A require call for any grouped module will load all modules in that group.
Files contained by multiple groups are deoptimized (i.e. bundled as individual script)

Reviewed By: martinbigio

Differential Revision: D3841780

fbshipit-source-id: 8d37782792efd66b5f557c7567489f68c9b229d8
2016-09-16 10:13:49 -07:00
..
unbundle Add support for module groups to iOS Random Access Bundle format 2016-09-16 10:13:49 -07:00
bundle.js Merge `rnpm cli` into react-native 2016-07-30 09:13:46 -07:00
meta.js add missing method invocation 2016-09-13 03:13:30 -07:00
prepack.js Merge `rnpm cli` into react-native 2016-07-30 09:13:46 -07:00
writeFile.js Move bundle output formats to their own files 2015-11-30 09:31:27 -08:00