mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-29 12:45:37 +08:00
Add unbundling to packager
Reviewed By: tadeuzagallo Differential Revision: D2707409 fb-gh-sync-id: 30216c36066dae68d83622dba2d598e9dc0a29db
This commit is contained in:
committed by
facebook-github-bot-7
parent
b6f5c7fa04
commit
cc4a5d39db
@@ -9,6 +9,8 @@
|
||||
'use strict';
|
||||
|
||||
function ModuleTransport(data) {
|
||||
this.name = data.name;
|
||||
|
||||
assertExists(data, 'code');
|
||||
this.code = data.code;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user