© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Search
Star
Feedback
Setup for Free
HMR not working in `layers` in v4 - Nuxt
N
Nuxt
•
7mo ago
•
29 replies
Bobakanoosh
HMR not working in `layers` in v4
I recently updated to Nuxt v4 and realized that my HMR broke within my layers
.
I heavily use the layers feature to organize my project by domain
.
I extend each layer in the root
nuxt.config.ts
nuxt.config.ts
, for example
:
extends
: [
"./layers/analytics"
// ...
]
extends
: [
"./layers/analytics"
// ...
]
Everything works perfectly except for HMR
- any ideas
?
Recent Announcements
Similar Threads
HMR in docker not working
N
Nuxt / ❓・help
4y ago
hmr not working in nuxt content v3
N
Nuxt / ❓・help
10mo ago
Github Codespace & Nuxt HMR not working
N
Nuxt / ❓・help
3y ago
Nuxt layers overwrite not working
N
Nuxt / ❓・help
8mo ago