github web-infra-dev/rslib v0.18.0

latest releases: v0.19.6, v0.19.5, v0.19.4...
3 months ago

Highlights 💡

Enable persistent build cache by default

Rslib enables Rspack's persistent build cache by default, allowing it to reuse the cached results instead of rebuilding from scratch, which can significantly reduce build time for large projects.

// rslib.config.ts
export default {
  performance: {
    buildCache: true,
  },
};

More details:

What's Changed

New Features 🎉

Document 📖

Other Changes

Full Changelog: v0.17.2...v0.18.0

Don't miss a new rslib release

NewReleases is sending notifications on new releases.