npm @rspack/cli 1.1.2
v1.1.2

one day ago

What's Changed

💡 Highlights

DefinePlugin destructuring optimization

Rspack v1.1.2 improved the output of DefinePlugin by eliminating unused object properties from the final bundle, resulting in a smaller output size:

Exciting New Features 🎉

Bug Fixes 🐞

  • fix: output should be consistent when using splitChunks by @JSerFeng in #8425
  • fix(core): remove hang risk caused by coop budget in tokio by @hardfist in #8434
  • fix: should not free native compiler while compiler is running by @h-a-n-a in #8437
  • fix: align bytes ptr address for cacheable::from_byte by @jerrykingxyz in #8450
  • fix: correct favicon path when output.publicPath is set to auto by @inottn in #8415
  • fix(lightningcss): align type with lightningcss by @GiveMe-A-Name in #8456
  • fix: the attribute values of HTML tags should not be converted to lowercase by @inottn in #8443
  • fix: should respect max size correctly by @JSerFeng in #8442
  • fix(modern-module): remove extra import statement for star reexport by @fi3ework in #8457
  • fix: set the correct asset_info when extracting css by @inottn in #8454
  • fix: linux musl resolve failed by @jerrykingxyz in #8467
  • fix: modify css loading runtime panic by @ahabhgk in #8475

Document Updates 📖

Other Changes

New Contributors

Full Changelog: v1.1.1...v1.1.2

Don't miss a new cli release

NewReleases is sending notifications on new releases.