We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca7fe72 commit ae51730Copy full SHA for ae51730
local-cli/bundle/buildBundle.js
@@ -94,9 +94,6 @@ async function buildBundle(
94
? config.getProvidesModuleNodeModules()
95
: defaultProvidesModuleNodeModules;
96
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. */
100
const terminal = new Terminal(process.stdout);
101
const options = {
102
assetExts: defaultAssetExts.concat(assetExts),
@@ -136,6 +133,7 @@ async function buildBundle(
136
133
const outputAssets = await packagerInstance.getAssets({
137
134
...Server.DEFAULT_BUNDLE_OPTIONS,
138
135
...requestOpts,
+ bundleType: 'todo',
139
});
140
141
// When we're done saving bundle output and the assets, we're done.
0 commit comments