konsta
konsta copied to clipboard
HMR update not working on released version
Bug description
HMR update not working on released version.
Reproduction link
https://github.com/Edsuns/tailwind-mobile
Reproduction
- Clone
https://github.com/Edsuns/tailwind-mobile.git
. - Run
npm run vue
. - Open the webpage in a browser.
- Open
kitchen-sink/vue/pages/Home.vue
. - Modify the title attribute in
twm-navbar
tag. - Finally, you won't see any change on the webpage. It means that HMR is not working properly.
Note: My fork just modified the tailwind-mobile version from file:src
to ^0.5.0
and disabled editor.formatOnSave
.
Tailwind Mobile version
v0.5.0
Platform/Target and Browser Versions
- Windows 10
- Chrome 95.0.4638.54