Skip to content

v2.0.0-alpha.1

Choose a tag to compare

@LingyuCoder LingyuCoder released this 27 Jan 08:39
· 96 commits to main since this release

What's Changed

Breaking Changes πŸ› 

New Features πŸŽ‰

Bug Fixes 🐞

  • fix(template): add @rspack/dev-server to dev dependencies by @LingyuCoder in #12821
  • fix: normalize paths for extract source map by @ahabhgk in #12825
  • fix(mf): use dynamic exports type for MF modules by @ahabhgk in #12841
  • fix: should not panic when access slate stats by @SyMind in #12839
  • fix(mf): prevent entry-specific chunks from polluting manifest assets and refactor manifest generation by @2heal1 in #12836

Refactor πŸ”¨

  • refactor: align IncrementalPass with rspack hooks naming by @hardfist in #12817
  • refactor: remove misleadning naming and adjust cache call place by @hardfist in #12818
  • refactor: unify persistent_cache and memory_cache recover logic by @hardfist in #12829
  • refactor: additional chunk runtime requirements hook use readonly compilation ref by @stormslowly in #12828
  • refactor: move recover build_chunk_graph into artifact by @hardfist in #12835

Document Updates πŸ“–

  • docs: update externals function callback about boolean type by @9aoy in #12824
  • docs: add tip for devtool's cheap modifier in production build by @SyMind in #12849

Other Changes

Full Changelog: v2.0.0-alpha.0...v2.0.0-alpha.1