npm @rspack/cli 1.2.0
v1.2.0

latest release: 1.2.1
one day ago

See Announcing Rspack 1.2 for more details.

What's Changed

Performance Improvements ⚡

Exciting New Features 🎉

Bug Fixes 🐞

  • fix: external module move out initial chunk by @SyMind in #8644
  • fix: escape css by @JSerFeng in #8698
  • fix: the wrong filename was passed when calling the assetEmitted hook by @inottn in #8709
  • fix: module concatenation for dynamic export info by @ahabhgk in #8730
  • fix: duplicate move lock files by @LingyuCoder in #8732
  • fix: fix nightly release compare-before-emit-disable test failed by @jerrykingxyz in #8739
  • fix: mf parse range not compat with safari by @ahabhgk in #8749
  • fix: incremental rebuild are compatible with empty artifact by @jerrykingxyz in #8758
  • fix: correct type for loaderContext.importModule by @chenjiahan in #8766
  • fix: allow empty persistent cache options by @h-a-n-a in #8813
  • fix: use cgm hash to verify rename inline modules cache by @ahabhgk in #8820
  • fix: Rspack cssParser will parse failed when url(' ') by @cbbfcd in #8824
  • fix(diagnostic): improve diagnostics for swc wasm plugins when mismatch by @SyMind in #8001
  • fix!: handle glob patterns ending with /** in CopyRspackPlugin by @inottn in #8803
  • fix(exernals): add hash to distinguish conflict id by @fi3ework in #8834
  • fix: importModule should receive error correctly by @JSerFeng in #8827
  • fix(rspack-test-tools): use process.cwd() when outside Rspack by @colinaaa in #8845
  • fix(incremental): build chunk graph with runtime chunk true by @ahabhgk in #8866
  • fix: persistent cache save ModuleArgumentDependency.id by @jerrykingxyz in #8870
  • fix(incremental): activate inactive module not codegen by @ahabhgk in #8871
  • fix: should recognize negative preload value by @JSerFeng in #8862
  • fix: correct css modules hashing to match Webpack when leading digit #8735 by @daveskybet in #8778
  • fix: rspack_version macro support match alpha version by @jerrykingxyz in #8880
  • fix: rspack_version macro use json to parse package.json by @jerrykingxyz in #8883
  • fix: channal error when using sync externals function by @LingyuCoder in #8884
  • fix: add stdout draw target to multi progress by @LingyuCoder in #8889
  • fix: source-map-devtool-plugin file context option by @SyMind in #8888
  • fix: transform nested webpack require with innerGraph enabled by @JSerFeng in #8908
  • fix: get resolved module by @SyMind in #8906
  • fix: include versions in error message for version mismatch by @haocheng6 in #8899
  • fix: allow custom lazyCompilation.backend.client by @colinaaa in #8934
  • fix: lazy compilation use persistent cache restart failure by @jerrykingxyz in #8952
  • fix: removal of unecessary underscore logic in escape job #8735 by @daveskybet in #8958
  • fix: should recalculate order indices in outdated entrypoint by @JSerFeng in #8970
  • fix(type): Add missing OptimizationSplitChunksNameFunction param by @Lemonexe in #8707
  • fix: merge global parser and generator options by @inottn in #8984
  • fix(core): calculate pkgJson from configPath dir by @hardfist in #8985
  • fix: should run invalidation when watching is invalid by @JSerFeng in #8966
  • fix(types): missing lazyCompilation.backend.server option by @chenjiahan in #9009

Document Updates 📖

Other Changes

New Contributors

Full Changelog: v1.1.8...v1.2.0

Don't miss a new cli release

NewReleases is sending notifications on new releases.