Skip to content

Commit

Permalink
Add a bundle type to logger output and type
Browse files Browse the repository at this point in the history
Reviewed By: rafeca

Differential Revision: D6405599

fbshipit-source-id: 2f3da971d55fae28fbd94ed9f60d3bc2be176d6a
  • Loading branch information
Peter van der Zee authored and facebook-github-bot committed Nov 28, 2017
1 parent ca7fe72 commit ae51730
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions local-cli/bundle/buildBundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,6 @@ async function buildBundle(
? config.getProvidesModuleNodeModules()
: defaultProvidesModuleNodeModules;

/* $FlowFixMe(>=0.54.0 site=react_native_fb,react_native_oss) This comment
* suppresses an error found when Flow v0.54 was deployed. To see the error
* delete this comment and run Flow. */
const terminal = new Terminal(process.stdout);
const options = {
assetExts: defaultAssetExts.concat(assetExts),
Expand Down Expand Up @@ -136,6 +133,7 @@ async function buildBundle(
const outputAssets = await packagerInstance.getAssets({
...Server.DEFAULT_BUNDLE_OPTIONS,
...requestOpts,
bundleType: 'todo',
});

// When we're done saving bundle output and the assets, we're done.
Expand Down

0 comments on commit ae51730

Please sign in to comment.