mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Miscellaneous lint fixes
Summary: Fix up some misc broken lints and add temporary suppressions to reduce noise in the subsequent stack. Changelog: [Internal] Reviewed By: huntie Differential Revision: D74141669
This commit is contained in:
committed by
Facebook GitHub Bot
parent
8d08845cda
commit
fa8e0865dc
@@ -104,6 +104,7 @@ async function buildBundleWithConfig(
|
||||
dev: args.dev,
|
||||
minify: args.minify !== undefined ? args.minify : !args.dev,
|
||||
platform: args.platform,
|
||||
// $FlowFixMe[incompatible-type] Remove suppression after Metro 0.82.3
|
||||
unstable_transformProfile: args.unstableTransformProfile,
|
||||
customResolverOptions,
|
||||
};
|
||||
@@ -125,6 +126,7 @@ async function buildBundleWithConfig(
|
||||
await bundleImpl.save(bundle, args, console.info);
|
||||
|
||||
// Save the assets of the bundle
|
||||
// $FlowFixMe[prop-missing] Remove suppression after Metro 0.82.3
|
||||
const outputAssets = await server.getAssets({
|
||||
...Server.DEFAULT_BUNDLE_OPTIONS,
|
||||
...requestOpts,
|
||||
|
||||
Reference in New Issue
Block a user