Skip to content

v0.5.0

Compare
Choose a tag to compare
@hardfist hardfist released this 10 Jan 02:20
· 111 commits to 0.5.0 since this release

Rspack 0.5.0 is out!

Read the announcement blog post: Announcing Rspack 0.5.

Overview

What's Changed

Performance Improvements ⚡

Exciting New Features 🎉

Bug Fixes 🐞

  • fix(rspack-dev-server): remove webpack dep by @hardfist in #5119
  • fix(mf): should not have extra empty chunk by @ahabhgk in #5128
  • fix: user freindly error msg for output.hashFunction by @bvanjoi in #5129
  • fix: library module renderStartup missing export by @bvanjoi in #4901
  • fix(plugin-runtime): stringify_chunk should escape special chars in chunk names as js's JSON.stringify do by @xc2 in #5117
  • fix: entryOptions should able to merge by @ahabhgk in #5134
  • fix: should not create additional missing modules by @h-a-n-a in #5124
  • fix(treeshaking): calculate add_connection_states right by @JSerFeng in #5140
  • fix: sort errors and warnings in stats based on offsets by @h-a-n-a in #5142
  • fix: harmony export default from should be a parse error by @h-a-n-a in #5144
  • fix: import meta url property by @LingyuCoder in #5145
  • fix: enable more mf v1.5 tests by @ahabhgk in #5148
  • fix: external modules in esm by @LingyuCoder in #5146
  • fix: should store dependencies even if module factorization is failed by @h-a-n-a in #5137
  • fix: empty name and complex member expression in cjs dependency by @LingyuCoder in #5154
  • fix: missing module in block by @ahabhgk in #5171
  • fix(mf1.5): container name in runtime by @ahabhgk in #5175
  • fix(mf1.5): add resolve alias for mf runtime by @ahabhgk in #5239
  • fix: not enable rspack-plugin-react-refresh when mode set to 'product… by @hardfist in #5260

Other Changes

Full Changelog: v0.4.5...v0.5.0