Skip to content

Commit ae51730

Browse files
Peter van der Zeefacebook-github-bot
Peter van der Zee
authored andcommitted
Add a bundle type to logger output and type
Reviewed By: rafeca Differential Revision: D6405599 fbshipit-source-id: 2f3da971d55fae28fbd94ed9f60d3bc2be176d6a
1 parent ca7fe72 commit ae51730

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

local-cli/bundle/buildBundle.js

+1-3
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,6 @@ async function buildBundle(
9494
? config.getProvidesModuleNodeModules()
9595
: defaultProvidesModuleNodeModules;
9696

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

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

0 commit comments

Comments
 (0)