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
2.6.14
github.com
delete a line in src/components/test.vue, nothing has changed in the browser
src/components/test.vue
HMR is working
HMR is not working
The text was updated successfully, but these errors were encountered:
What is HMR????
Sorry, something went wrong.
@spiropoulos94 stands for hot module replacement, and vue-loader is responsible for that I was able to reproduce bug. Editing the text within test.vue causes a re-render, but deleting a line or adding a line doesn't.
No branches or pull requests
Version
2.6.14
Reproduction link
github.com
Steps to reproduce
delete a line in
src/components/test.vue
, nothing has changed in the browserWhat is expected?
HMR is working
What is actually happening?
HMR is not working
The text was updated successfully, but these errors were encountered: