npm @rspack/cli 2.0.0-beta.3
v2.0.0-beta.3

8 hours ago

What's Changed

Performance Improvements ⚡

New Features 🎉

  • feat(progress-plugin)!: replace handler rest args with structured info object by @chenjiahan in #13049
  • feat!: Add pnp_manifest option to resolver by @smeng9 in #12417

Bug Fixes 🐞

  • fix: infinite loop in is_available_chunk when chunk groups form a cycle by @SyMind in #13042
  • fix: normalize file dependencies paths in CopyPlugin to prevent incorrect rebuild triggers by @SyMind in #13043
  • fix(module-federation): encode runtime data URI and support named wrappers by @BleedingDev in #12982
  • fix: generating correct types for @rspack/lite-tapable by @colinaaa in #13048
  • fix(rstest): hoist importActual ESM imports by @9aoy in #13025
  • fix(rstest): replace mockRequire to rstest_mock_require by @9aoy in #13056

Refactor 🔨

  • refactor: move exports info out of module graph by @ahabhgk in #13055
  • refactor: Bind ImportedByDeferModulesArtifact to optimize chunk modules pass by @hardfist in #13059
  • refactor: make finishModules readonly for compilation by @hardfist in #13058
  • refactor: Add iterators to module graph helpers to avoid cloning by @hardfist in #13067
  • refactor: replace collect api with iterator api by @hardfist in #13095
  • refactor: make compilation readonly for CompilationSeal hook by @hardfist in #13060

Document Updates 📖

  • docs: standardize heading case in documentation by @chenjiahan in #13051
  • docs: fix for words without space between them in the Introduction section by @arijitpatra in #13094

Other Changes

New Contributors

Full Changelog: v2.0.0-beta.2...v2.0.0-beta.3

Don't miss a new cli release

NewReleases is sending notifications on new releases.