Skip to content

v2.1.10

Latest

Choose a tag to compare

@intellild intellild released this 13 Aug 10:32
· 8 commits to main since this release

Note

Removed noisy import.meta warnings

Rspack 2.1.9 introduced warnings for unknown import.meta properties. Because they proved overly noisy in real-world builds, Rspack 2.1.10 removes them to reduce unnecessary diagnostics for custom or runtime-specific extensions. See #15166 for detail.

What's Changed

New Features 馃帀

Bug Fixes 馃悶

  • fix(split-chunks): process remaining module copies at lower priorities by @JSerFeng in #15079
  • fix(esm_library): allow scope hoisting for new URL targets in new-url-relative mode by @elecmonkey in #15155
  • fix(deps): bump rkyv to 0.8.18 (fixes RUSTSEC-2026-0233/0234/0235) by @jesses-canva in #15156
  • fix(cli): normalize string context from loaded config by @stormslowly in #15162
  • fix: share ExternalModule hooks across core instances by @intellild in #15163
  • fix: new cache compile failed on 32-bit platforms by @ahabhgk in #15175

Refactor 馃敤

Document 馃摉

Other Changes

New Contributors

Full Changelog: v2.1.9...v2.1.10