Closed ahabhgk closed 4 days ago
Name | Link |
---|---|
Latest commit | ee2703c50af07f3aa80f9a8351a75e96e2afe0d9 |
Latest deploy log | https://app.netlify.com/sites/rspack/deploys/673dd473859538000951e676 |
Comparing fix-chunk-level-inc-panic
(ee2703c) with main
(0891a65)
✅ 1
untouched benchmarks
Summary
fix #8480
In the first compilation, splitChunks will split some chunks into multiple chunks, and we record the chunk render results for those chunks, but these split out chunks will be not reused in the second compilation (splitChunks not support incremental), so we need to cleanup those chunks' render results
Checklist