Skip to content

Comments

release: v1.0.0-rc.5#8375

Merged
shulaoda merged 1 commit intomainfrom
release-v1.0.0-rc.5-1771420713
Feb 18, 2026
Merged

release: v1.0.0-rc.5#8375
shulaoda merged 1 commit intomainfrom
release-v1.0.0-rc.5-1771420713

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Feb 18, 2026

[1.0.0-rc.5] - 2026-02-18

💡 Smarter entriesAware Manual Code Splitting

New entriesAware and entriesAwareMergeThreshold options for manualCodeSplitting.groups[] enable entry-reachability-based chunk splitting with automatic small chunk merging.

  • entriesAware: true splits matched modules by entry reachability — modules reached by the same set of entries are grouped together, providing the most precise loading behavior with less over-fetching
  • Chunks now get more readable names reflecting their entry associations (e.g. vendor-entry-a-entry-b.js) instead of opaque hashes
  • entriesAwareMergeThreshold sets a byte-size threshold to merge tiny subgroups into the closest sibling with the fewest extra entries, reducing micro-chunk fragmentation while preserving precision
  • Recommended to use together with maxSize: merge tiny chunks first to reduce request overhead, then cap large chunks to control payload size
manualCodeSplitting: {
  groups: [{
    name: 'vendor',
    test: /node_modules/,
    entriesAware: true,
    entriesAwareMergeThreshold: 28000, // bytes
  }]
}

🚀 Features

🐛 Bug Fixes

🚜 Refactor

📚 Documentation

⚡ Performance

🧪 Testing

⚙️ Miscellaneous Tasks

@netlify
Copy link

netlify bot commented Feb 18, 2026

Deploy Preview for rolldown-rs ready!

Name Link
🔨 Latest commit 6abee3d
🔍 Latest deploy log https://app.netlify.com/projects/rolldown-rs/deploys/6995bc30e206c50008ad78ce
😎 Deploy Preview https://deploy-preview-8375--rolldown-rs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@shulaoda shulaoda merged commit c8198d1 into main Feb 18, 2026
8 checks passed
@shulaoda shulaoda deleted the release-v1.0.0-rc.5-1771420713 branch February 18, 2026 13:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants