mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Remove unused packagerInstance option and rename it to server
Reviewed By: rafeca Differential Revision: D6435505 fbshipit-source-id: e1912f20be517be49648b0eeb52c53f66e3fae55
This commit is contained in:
committed by
Facebook Github Bot
parent
af6450c660
commit
bbbc18c4ee
@@ -15,8 +15,8 @@ const outputUnbundle = require('metro/src/shared/output/unbundle');
|
||||
/**
|
||||
* Builds the bundle starting to look for dependencies at the given entry path.
|
||||
*/
|
||||
function unbundle(argv, config, args, packagerInstance) {
|
||||
return bundleWithOutput(argv, config, args, outputUnbundle, packagerInstance);
|
||||
function unbundle(argv, config, args) {
|
||||
return bundleWithOutput(argv, config, args, outputUnbundle);
|
||||
}
|
||||
|
||||
module.exports = {
|
||||
|
||||
Reference in New Issue
Block a user