mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-23 11:57:46 +08:00
Move packager core logic from local-cli to packager
Summary: Moves packager core logic to `packager/...` to prepare the open source split. Reviewed By: cpojer Differential Revision: D5116162 fbshipit-source-id: 06ee2406026686789f67acc88df41773866c3cd3
This commit is contained in:
committed by
Facebook Github Bot
parent
aec7b34e50
commit
bea7659762
@@ -10,7 +10,7 @@
|
||||
|
||||
const buildBundle = require('./buildBundle');
|
||||
const bundleCommandLineArgs = require('./bundleCommandLineArgs');
|
||||
const outputBundle = require('./output/bundle');
|
||||
const outputBundle = require('../../packager/src/shared/output/bundle');
|
||||
|
||||
/**
|
||||
* Builds the bundle starting to look for dependencies at the given entry path.
|
||||
|
||||
Reference in New Issue
Block a user