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
When I enable both this module and hmr option of vue-template-loader, the hmr from vue-template-loader may have no effect.
vue init Toilal/vue-webpack-template
Step to reproduce:
components/HelloWorld.html
components/HelloWorld.vue.ts
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When I enable both this module and hmr option of vue-template-loader, the hmr from vue-template-loader may have no effect.
vue init Toilal/vue-webpack-template
with default options for each question.Step to reproduce:
components/HelloWorld.html
template. It's reloaded.components/HelloWorld.vue.ts
msg variable. It's reloaded.components/HelloWorld.html
template again. It's NOT reloaded, and won't be reloaded ever.The text was updated successfully, but these errors were encountered: