Rspack 2.2 boosts build speed, improves HMR, and reduces output size

Rspack 2.2 boosts build speed, improves HMR, and reduces output size

Rspack 2.2 introduces over 30 performance optimizations, cutting production build time by 5% and significantly accelerating CSS build processes.

The update streamlines hot module replacement by eliminating unnecessary CSS requests, resulting in consistently faster JavaScript updates regardless of stylesheet size.

Additionally, the new compat-hashed module ID strategy helps reduce output sizes while maintaining stable build artifacts.

Support for Browserslist Baseline queries, expanded Linux platform compatibility, and import.meta improvements are also included.

by Fla

Add as a preferred source on Google
Rspack iconRspack
  1
  • ...

Rspack is a high performance JavaScript bundler written in Rust. It offers strong compatibility with the webpack ecosystem, allowing for seamless replacement of webpack, and provides lightning fast build speeds.

No comments so far, maybe you want to be first?
Gu