npm @rspack/cli 0.6.1
v0.6.1

latest releases: 1.1.0, 1.1.0-beta.0, 1.0.14...
7 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.