diff --git a/packages/community-cli-plugin/src/commands/bundle/buildBundle.js b/packages/community-cli-plugin/src/commands/bundle/buildBundle.js index c18aa9bc06c..4a5063e3d54 100644 --- a/packages/community-cli-plugin/src/commands/bundle/buildBundle.js +++ b/packages/community-cli-plugin/src/commands/bundle/buildBundle.js @@ -125,10 +125,10 @@ async function buildBundleWithConfig( await bundleImpl.save(bundle, args, console.info); // Save the assets of the bundle + // $FlowFixMe[prop-missing] Fixed by release of Metro 0.82.3 const outputAssets = await server.getAssets({ ...Server.DEFAULT_BUNDLE_OPTIONS, ...requestOpts, - bundleType: 'todo', }); // When we're done saving bundle output and the assets, we're done.