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 🎉
- feat: enable buildCache by default by @Timeless0911 in #1334
Document 📖
- docs: update some configurations of Rspress v2 by @Timeless0911 in #1339
Other Changes
- chore(deps): bump Rslib 0.17.2 by @Timeless0911 in #1337
- security: enable pnpm's no-downgrade trustPolicy by @Timeless0911 in #1333
- chore(deps): update all non-major dependencies by @renovate[bot] in #1338
- Release v0.18.0 by @Timeless0911 in #1340
Full Changelog: v0.17.2...v0.18.0