konsta icon indicating copy to clipboard operation
konsta copied to clipboard

HMR update not working on released version

Open Edsuns opened this issue 3 years ago • 0 comments

Bug description

HMR update not working on released version.

Reproduction link

https://github.com/Edsuns/tailwind-mobile

Reproduction

  1. Clone https://github.com/Edsuns/tailwind-mobile.git .
  2. Run npm run vue .
  3. Open the webpage in a browser.
  4. Open kitchen-sink/vue/pages/Home.vue .
  5. Modify the title attribute in twm-navbar tag.
  6. 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

Edsuns avatar Oct 28 '21 10:10 Edsuns