rspack v2.2.0

v2.2.0
Added 10
  • Implement generation-based memory cache eviction
  • Add idle cache compaction with interruption handling
  • Integrate module code generation to the new cache
  • Add fine-grained new cache options
  • Add compat-hashed module ids
  • Analyze dynamic imports in Promise.all destructuring
Changed 8
  • Improve unicode handling and support more CSS modules cases, boost performance
  • Cache converted module original source
  • Batch splitChunks JavaScript callbacks
  • Avoid parsing concatenated module codegen
  • Preallocate identifier path buffers
  • Intern ArcPath as a single-allocation prehashed path
  • Use rayon parallel scheduling for new cache db
  • Skip the directory walk for glob patterns without metacharacters
Fixed 2
  • Pass HMR error to Preact refresh recovery handler
  • Strip BOM from module content before concatenation in CSS extraction

From rspack

What's Changed
🎉 See Announcing Rspack 2.2 for more details.
New Features 🎉
Performance 🚀
Bug Fixes 🐞
Refactor 🔨
Document 📖
Other Changes
New Contributors

Full Changelog: https://github.com/web-infra-dev/rspack/compare/v2.1.10...v2.2.0

View original

Upgraded? How did it go?

Discussion