Hot Reload stop worked in html files if parcel-plugin-vue used.
You may reproduce this bug in your parcel-vue-demo. If change vue file - hmr work fine, browser reloaded. but if you try change index.html (add h1 tag with text in body, for example) - browser not reloaded ((
For example, in https://github.com/parcel-bundler/examples with vue as js file - hmr in html worked fine.
<!- description ->
Hot Reload stop worked in html files if parcel-plugin-vue used. You may reproduce this bug in your parcel-vue-demo. If change vue file - hmr work fine, browser reloaded. but if you try change index.html (add h1 tag with text in body, for example) - browser not reloaded (( For example, in https://github.com/parcel-bundler/examples with vue as js file - hmr in html worked fine.
<!- repo url ->
Show a repo url: https://github.com/lc60005457/parcel-vue-demo
<!- environment ->