HMR is not working while updating pages and components
I'm just starting new project, but hot reload is working only when I update 'app.vue' file. Any changes in pages and components don't trigger the HMR.
I'm working on WSL.
nuxt.config.ts:
1 Reply
Solved!
I run it directly on Windows without WSL and used 'pnpm' instead of 'bun' - now everything works as expected.