▸ bundle(_, config, args): Promise<void>
Bundle command for React Native CLI. It runs Webpack, builds bundle and saves it alongside any other assets and Source Map to filesystem.
internal
| Name | Type | Description | 
|---|---|---|
| _ | string[] | Original, non-parsed arguments that were provided when running this command. | 
| config | Config | React Native CLI configuration object. | 
| args | BundleArguments | Parsed command line arguments. | 
Promise<void>