Skip to content

v0.2.0

Compare
Choose a tag to compare
@h-a-n-a h-a-n-a released this 02 Jun 05:31
· 3360 commits to main since this release

Rspack 0.2.0 is out!

Read the announcement blog post: Announcing Rspack 0.2.

Overview

Official vue-loader support πŸŽ‰

And also

What's Changed

Breaking Changes πŸ› 

  • fix: align rspack-dev-middleware and rspack-plugin-html export with webpack by @hardfist in #3358

Performance Improvements ⚑

  • perf(core): improve cold startup performance by caching depended_modules function in code splitter by @Boshen in #2294
  • perf(rspack_core): reduce memory allocation when cloning RuntimeSpec by @Boshen in #2844
  • perf: avoid clone while matching import.meta.webpackHot by @hyf0 in #2857
  • perf: bailout if possible and ignore AstNode of type in ReactRefreshUsageFinder by @hyf0 in #2875
  • perf: compose loaders on the native side by @h-a-n-a in #2894
  • perf: πŸ€– optimize regex by @IWANABETHATGUY in #3113
  • perf: skip call chunkAsset hook when not in use by @jerrykingxyz in #3228
  • perf: emit_assets only emit changed assets by @jerrykingxyz in #3305

Exciting New Features πŸŽ‰

Bug Fixes 🐞

Other Changes

New Contributors

Full Changelog: v0.1.0...0.2.0