npm @rspack/core 1.3.0-beta.0
v1.3.0-beta.0

one day ago

Highlights 💡

Implement the extends option

The rspack.config.js now supports an extends property, enabling nested configuration inheritance.

Example usage:

export default {
  extends: './core.rspack.config.mjs',
  // Base configuration options
};

Special thanks to @hulin32 for contributing this feature: #9617. 🎉

What's Changed

Breaking Changes 🛠

Exciting New Features 🎉

  • feat: support module subtype in js side by @SyMind in #9613
  • feat: implement module.generator.json.JSONParse by @colinaaa in #9666
  • feat: support read NormalModule.loaders by @ahabhgk in #9664
  • feat: incremental for new code splitting by @JSerFeng in #9667
  • feat: add extends property in config options by @hulin32 in #9617
  • feat: externals getResolve callback third argument by @ahabhgk in #9681
  • feat: js api support instranceof AsyncDependenciesBlock by @SyMind in #9661
  • feat: add file permission bits on copy by @hulin32 in #9650

Bug Fixes 🐞

Document Updates 📖

Other Changes

New Contributors

Full Changelog: v1.2.8...v1.3.0-beta.0

Don't miss a new core release

NewReleases is sending notifications on new releases.