Skip to content

v0.0.23

Compare
Choose a tag to compare
@chenjiahan chenjiahan released this 15 Nov 08:57

What's Changed

Breaking Change

  • refactor: rename source.entries to source.entry #534

Performance Improvements ⚡

  • perf: prebundle gzip-size, rslog and more
  • perf: lazy load prodServer module

New Features 🎉

  • feat: support use index.cjs or index.mjs as the default entry

Bug Fixes 🐞

  • fix(server): compiler closed delay when calling server.close
  • hotfix: can't get rspack util in tools.rspack

Other Changes

  • refactor: always use source.entries to set entry
  • types: fix RsbuildPlugin do not provide API type by default