(argv, config, args, packagerInstance)
| 23 | } |
| 24 | |
| 25 | function bundle(argv, config, args, packagerInstance) { |
| 26 | return bundleWithOutput(argv, config, args, undefined, packagerInstance); |
| 27 | } |
| 28 | |
| 29 | module.exports = { |
| 30 | name: 'bundle', |
nothing calls this directly
no test coverage detected
searching dependent graphs…