what stackpulse tracks
Rspack releases from GitHub
StackPulse watches Rspack release notes and keeps the original source link close to every summary.
Fast Rust-based web bundler with webpack-compatible API StackPulse turns upstream changelogs into scannable summaries with risky changes, deprecations, migration notes, and source links.
what stackpulse tracks
StackPulse watches Rspack release notes and keeps the original source link close to every summary.
upgrade risk
Risky changes are separated from normal feature notes so you can scan upgrade impact before changing production dependencies.
migration notes
Migration steps and recommended actions are only shown when the upstream release notes support them.
This release focuses on aligning Rspack's persistent cache storage options with webpack, improving performance, and fixing various bugs. The cache storage configuration now supports `cache.name` and `cache.storage.location`, with `cache.storage.directory` serving as the base directory.
Users relying on custom cache storage paths are affected and need to migrate their configuration.
Update cache storage configuration to use `storage.location` instead of `storage.directory`.
Rspack v2.1.7 removes the experimental `import.meta.env` feature introduced in v2.1.6 and includes performance improvements and bug fixes. This is primarily a maintenance release addressing a recently introduced experimental feature.
Users relying on the experimental `import.meta.env` feature will need to find an alternative solution.
Avoid using `import.meta.env` and check for alternative environment variable handling methods.