fix(nitro): use hash-based cache for dev payloads#34569
Conversation
|
|
@nuxt/kit
@nuxt/nitro-server
nuxt
@nuxt/rspack-builder
@nuxt/schema
@nuxt/vite-builder
@nuxt/webpack-builder
commit: |
8994083 to
8c5d820
Compare
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
WalkthroughThe change adds a 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches
🧪 Generate unit tests (beta)
📝 Coding Plan
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Merging this PR will not alter performance
Comparing Footnotes
|
- vite.optimizeDeps.include: pre-bundle all lazily-discovered deps to avoid dev page reloads on first visit - nitro.devStorage memory driver: workaround for Nuxt 4.4.x ENOTDIR regression (nuxt/nuxt#34569, fixed in v5.0.0) - wrap <SpeedInsights> in <ClientOnly> to silence SSR route injection warn
|
@danielroe Though why limiting this fix only for |
|
I think that should probably be raised upstream in unstorage or nitro |
🔗 Linked issue
resolves #34547
📚 Description
this makes sure to use hash-based cache for payloads, as they can be nested.