Skip to content

Commit

Permalink
flow
Browse files Browse the repository at this point in the history
  • Loading branch information
AGawrys committed Jun 27, 2022
1 parent 81b9da3 commit 15085a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/bundlers/experimental/src/ExperimentalBundler.js
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ function decorateLegacyGraph(

bundle = nullthrows(
bundleGraph.createBundle({
// $FlowFixMe[incompatible-call]
entryAsset,
needsStableName: idealBundle.needsStableName,
bundleBehavior: idealBundle.bundleBehavior,
Expand Down Expand Up @@ -1142,6 +1143,7 @@ function createIdealGraph(

bundleRoots.set(bundleRootB, [
mainNodeId,
// $FlowFixMe[incompatible-use]
bundleRoots.get(mainBundleRoot)[1],
]);
bundles.set(bundleRootB.id, mainNodeId);
Expand Down

0 comments on commit 15085a2

Please sign in to comment.