Skip to content

Commit

Permalink
forgot to readd in uniquekey
Browse files Browse the repository at this point in the history
  • Loading branch information
AGawrys committed Oct 18, 2023
1 parent 060561e commit 13648b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/bundlers/default/src/DefaultBundler.js
Original file line number Diff line number Diff line change
Expand Up @@ -776,6 +776,7 @@ function createIdealGraph(
manualSharedMap.set(manualSharedBundleKey, bundleId);
}
bundle.manualSharedBundle = manualSharedObject.name;
bundle.uniqueKey = manualSharedObject.name + childAsset.type;
}
}
}
Expand Down

0 comments on commit 13648b4

Please sign in to comment.