Skip to content
New issue

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

HMR is not working #12461

Open
gp0119 opened this issue Feb 9, 2022 · 2 comments
Open

HMR is not working #12461

gp0119 opened this issue Feb 9, 2022 · 2 comments

Comments

@gp0119
Copy link

@gp0119 gp0119 commented Feb 9, 2022

Version

2.6.14

Reproduction link

github.com

Steps to reproduce

delete a line in src/components/test.vue, nothing has changed in the browser

What is expected?

HMR is working

What is actually happening?

HMR is not working

@spiropoulos94
Copy link

@spiropoulos94 spiropoulos94 commented Mar 8, 2022

What is HMR????

@yashmasani
Copy link

@yashmasani yashmasani commented Mar 16, 2022

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants