Skip to content

Commit

Permalink
type
Browse files Browse the repository at this point in the history
  • Loading branch information
AGawrys committed Oct 6, 2022
1 parent 8ec9155 commit 3aa6cd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/bundlers/experimental/src/ExperimentalBundler.js
Expand Up @@ -513,7 +513,7 @@ function createIdealGraph(
entries.has(bundleGroupRootAsset) &&
bundleGroupRootAsset.type === childAsset.type &&
childAsset.bundleBehavior !== 'inline' &&
childAsset.bundleBehavior !== 'isolated'
dependency.bundleBehavior !== 'isolated'
) {
bundleId = bundleGroupNodeId;
}
Expand Down

0 comments on commit 3aa6cd3

Please sign in to comment.