* Builds the bundle starting to look for dependencies at the given entry path.
(argv, config, args, packagerInstance)
| 16 | * Builds the bundle starting to look for dependencies at the given entry path. |
| 17 | */ |
| 18 | function unbundle(argv, config, args, packagerInstance) { |
| 19 | return bundleWithOutput(argv, config, args, outputUnbundle, packagerInstance); |
| 20 | } |
| 21 | |
| 22 | module.exports = { |
| 23 | name: 'unbundle', |
nothing calls this directly
no test coverage detected
searching dependent graphs…