github web-infra-dev/rsbuild v1.0.0-alpha.4

latest releases: v1.1.4, v1.1.3, v1.1.2...
4 months ago

What's Changed

Breaking Change 💡

Rsbuild 1.0.0-alpha.4 set output.polyfill to 'off' by default, this can reduce the polyfill code and generate smaller bundles by default.

If your application need polyfill, please set output.polyfill to 'usage' or 'entry':

// rsbuild.config.ts
export default {
  output: {
    polyfill: 'usage'
  }
};

See the vote on Twitter: https://x.com/rspack_dev/status/1808439138439274780

New Features 🎉

Performance 🚀

Document 📖

  • docs: add get environment context info guide by @9aoy in #2796

Other Changes

Full Changelog: v1.0.0-alpha.3...v1.0.0-alpha.4

Don't miss a new rsbuild release

NewReleases is sending notifications on new releases.