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 Issue when combined with vue-template-loader #10

Open
Toilal opened this issue Oct 14, 2017 · 0 comments
Open

HMR Issue when combined with vue-template-loader #10

Toilal opened this issue Oct 14, 2017 · 0 comments

Comments

@Toilal
Copy link
Contributor

Toilal commented Oct 14, 2017

When I enable both this module and hmr option of vue-template-loader, the hmr from vue-template-loader may have no effect.

  • Create a project using vue-cli vue init Toilal/vue-webpack-template with default options for each question.
  • Run npm install && npm dev.

Step to reproduce:

  1. Edit components/HelloWorld.html template. It's reloaded.
  2. Edit components/HelloWorld.vue.ts msg variable. It's reloaded.
  3. Edit components/HelloWorld.html template again. It's NOT reloaded, and won't be reloaded ever.
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

1 participant