github web-infra-dev/rspack v0.6.1

latest releases: v1.0.0-alpha.1, v1.0.0-alpha.0, v0.7.5...
2 months ago

What's Changed

Highlights

Fixed a case where locally defined variables in class being falsely transformed

class Example {
  constructor(global = false) {
    this.global = global
  }
}

global should be kept as-is with node.global = true if target includes 'web'.

Exciting New Features 🎉

Bug Fixes 🐞

  • fix: wrong asset info after updateAsset by @ahabhgk in #6156
  • fix(ci): compilation file prettier error by @9aoy in #6170
  • fix: should keep locally defined variables in class by @h-a-n-a in #6183

Other Changes

New Contributors

Full Changelog: v0.6.0...v0.6.1

Don't miss a new rspack release

NewReleases is sending notifications on new releases.