Skip to content

Commit

Permalink
feat(nuxt): use experimental build cache (#812)
Browse files Browse the repository at this point in the history
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

- **New Features**
- Introduced a new configuration option for experimental features to
enhance build performance and caching behavior during development.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
  • Loading branch information
antoinezanardi committed Sep 4, 2024
1 parent 3213c14 commit b7d6593
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,10 @@ export default defineNuxtConfig({
"animate.css/animate.min.css",
],
devtools: { enabled: true },
experimental: { renderJsonPayloads: false },
experimental: {
renderJsonPayloads: false,
buildCache: true,
},
future: { compatibilityVersion: 4 },
googleFonts: {
display: "swap",
Expand Down

0 comments on commit b7d6593

Please sign in to comment.