unplugin/unplugin-vue-markdown

HMR stopped working in 0.21.1

Closed this issue Β· 2 comments

Hey πŸ‘‹πŸ»

Repo will be added soonish, but I wanted to let you know that HMR stopped working when using v0.21.1.
With v0.21.0, HMR still works fine.


Reproduction

Not on StackBlitz because yarn resolutions / pnpm overrides do not work there 😒

  1. Clone this repo
  2. pnpm i
  3. pnpm dev
  4. Try to change anything, e.g. the text or the WindiCSS class
  5. See no HMR is happening

"Fix"

  1. Change the pnpm override to 0.21.0
  2. pnpm i
  3. pnpm dev
  4. Try to change the WindiCSS class
  5. See HMR working.
antfu commented

Yes, I am also aware of it, and that's why I locked Slidev to 0.21. Havn't yet investigated deep. PR welcome if anyone get some clue.

Resolved in latest version ☺️