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:
David Aurelio
2017-05-24 07:57:23 -07:00
committed by Facebook Github Bot
parent aec7b34e50
commit bea7659762
18 changed files with 64 additions and 56 deletions

View File

@@ -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.