fix(mf): should disconnect chunk for removed chunk#11154
Conversation
✅ Deploy Preview for rspack canceled.
|
There was a problem hiding this comment.
Pull Request Overview
This PR fixes a bug in the module federation plugin where chunks were not being properly disconnected before removal, which could lead to stale references in the chunk graph.
- Ensures chunks are disconnected from the chunk graph before being removed
- Restructures the chunk removal logic to handle the disconnect operation properly
crates/rspack_plugin_mf/src/container/hoist_container_references_plugin.rs
Show resolved
Hide resolved
📦 Binary Size-limit
🎉 Size decreased by 512bytes from 49.01MB to 49.01MB (⬇️0.00%) |
CodSpeed Performance ReportMerging #11154 will not alter performanceComparing 🎉 Hooray!
|
Summary
fix #11152
Related links
Checklist