fix: hash entry chunks after runtime chunks to prevent stale hash references#20724
fix: hash entry chunks after runtime chunks to prevent stale hash references#20724alexander-akait merged 1 commit intomainfrom
Conversation
🦋 Changeset detectedLatest commit: 41ca492 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
This PR is packaged and the instant preview is available (f88338d). Install it locally:
npm i -D webpack@https://pkg.pr.new/webpack@f88338d
yarn add -D webpack@https://pkg.pr.new/webpack@f88338d
pnpm add -D webpack@https://pkg.pr.new/webpack@f88338d |
Codecov Report✅ All modified and coverable lines are covered by tests. ❌ Your changes status has failed because you have indirect coverage changes. Learn more about Unexpected Coverage Changes and reasons for indirect coverage changes. Additional details and impacted files@@ Coverage Diff @@
## main #20724 +/- ##
==========================================
- Coverage 91.42% 91.42% -0.01%
==========================================
Files 559 559
Lines 55091 55096 +5
Branches 14528 14529 +1
==========================================
+ Hits 50368 50370 +2
- Misses 4723 4726 +3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
3486e28 to
41ca492
Compare
Merging this PR will degrade performance by 25.23%
Performance Changes
Comparing |
Summary
fixes #20710
fixes #20711
What kind of change does this PR introduce?
fix
Did you add tests for your changes?
Yes
Does this PR introduce a breaking change?
No
If relevant, what needs to be documented once your changes are merged or what have you already documented?
Nothing