We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Linux
v16.14.2
3.0.0-rc.13
0.6.1
npm@7.17.0
vite
-
https://stackblitz.com/edit/github-mwpzkm?file=app.vue,pages%2Findex.vue
Any change made to files in pages directory causes to page reload.
pages
But changes made to app.vue (for example) are applied through HMR correctly.
No response
The text was updated successfully, but these errors were encountered:
god... I thought it was my problem, tried adding /removing all the plugins and packages to check what caused this for hours..
Sorry, something went wrong.
Just tried downgrading to rc12 and HMR works fine.
when upgrading back to latest (rc.14-27799862.1496d3a), any change in pages will fully reload the whole app.
Yes, this is likely a regression from nuxt/framework#8536.
fix(pages): improve HMR for macros, close #8820
9b6c662
Successfully merging a pull request may close this issue.
Environment
Linux
v16.14.2
3.0.0-rc.13
0.6.1
npm@7.17.0
vite
-
-
-
Reproduction
https://stackblitz.com/edit/github-mwpzkm?file=app.vue,pages%2Findex.vue
Describe the bug
Any change made to files in
pages
directory causes to page reload.But changes made to app.vue (for example) are applied through HMR correctly.
Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered: