BoltDoggy / parcel-plugin-vue

⚠️ parcel-bundler/parcel @1.7.0 support Vue Now. This plugin will be not recommended.
https://github.com/parcel-bundler/parcel
209 stars 15 forks source link

Hot Reload stop worked in html files #12

Closed Leolik closed 6 years ago

Leolik commented 6 years ago

<!- 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 ->

Software Version(s)
parcel-plugin-vue 1.4.0
Parcel 1.3.1
Vue 2.5.13
Node v9.3.0
npm/Yarn 5.5.1
Operating System Ubuntu 16.04
BoltDoggy commented 6 years ago

I published parcel-plugin-vue@1.5.0, that will be fixed. @Leolik

Leolik commented 6 years ago

Work like a charm! thx