yarn @rspack/cli 0.6.1
v0.6.1

latest releases: 0.7.0-beta.2-canary-89c6913-20240527004336, 0.7.0-beta.2-canary-89c6913-20240526004502, 0.7.0-beta.2-canary-89c6913-20240525004143...
5 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 cli release

NewReleases is sending notifications on new releases.