github web-infra-dev/rspack v0.6.0

latest releases: v0.7.0, v0.7.0-beta.2, v0.7.0-beta.1...
one month ago

Rspack 0.6.0 is out!

Read the announcement blog post: Announcing Rspack 0.6.

Overview

  • Support builtin mini-css-extract-plugin
  • Enable new tree shaking by default
  • Align experiments css options with webpack and remove builtins css
  • Remove compiler.build and compiler.rebuild
  • Update swc to 0.90.x

What's Changed

Breaking Changes 🛠

Performance Improvements ⚡

Exciting New Features 🎉

  • feat: mini-css-extract-plugin by @JSerFeng in #5072
  • feat: enable incremental_rebuild when use new treeshaking by @jerrykingxyz in #6029
  • feat: export MultiStats class by @chenjiahan in #6058
  • feat(rspack): NormalModuleReplacementPlugin by @xc2 in #6028
  • feat: support more intuitive CSS diagnostic by @luhc228 in #6040
  • feat: support entry.dependOn by @LingyuCoder in #6069
  • feat: support compilation.hooks.afterSeal by @LingyuCoder in #6090
  • feat: support css default export and named export at same time by @ahabhgk in #6107
  • feat(swc_plugin_import): legacy kebab/snake case for legacy babel-plugin-import compatibility by @xc2 in #6070
  • feat: support dependOn in chunk split by @SyMind in #6109

Bug Fixes 🐞

Documentation Updates 📚

Other Changes

New Contributors

Full Changelog: v0.5.9...v0.6.0

Don't miss a new rspack release

NewReleases is sending notifications on new releases.