From ae517307e76d977f813e5b880f3b7f42a20f461d Mon Sep 17 00:00:00 2001 From: Peter van der Zee Date: Tue, 28 Nov 2017 04:41:10 -0800 Subject: [PATCH] Add a bundle type to logger output and type Reviewed By: rafeca Differential Revision: D6405599 fbshipit-source-id: 2f3da971d55fae28fbd94ed9f60d3bc2be176d6a --- local-cli/bundle/buildBundle.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/local-cli/bundle/buildBundle.js b/local-cli/bundle/buildBundle.js index 1e9406837896a6..8189e2592501ed 100644 --- a/local-cli/bundle/buildBundle.js +++ b/local-cli/bundle/buildBundle.js @@ -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), @@ -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.