Skip to content

Commit

Permalink
Remove unnecessary change
Browse files Browse the repository at this point in the history
  • Loading branch information
marcins committed Jul 31, 2023
1 parent 152aff7 commit a031a0f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/core/core/src/Parcel.js
Original file line number Diff line number Diff line change
Expand Up @@ -321,10 +321,6 @@ export default class Parcel {
};
}

// If this bundle was previously a placeholder, it now no longer is as it has
// been requested.
bundleNode.value.isPlaceholder = false;

for (let assetId of bundleNode.value.entryAssetIds) {
this.#requestedAssetIds.add(assetId);
}
Expand Down

0 comments on commit a031a0f

Please sign in to comment.