Skip to content

v0.18.0

Latest

Choose a tag to compare

@Timeless0911 Timeless0911 released this 17 Nov 08:18
· 19 commits to main since this release
38ad58d

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