pngwn / MDsveX

A markdown preprocessor for Svelte.
https://mdsvex.pngwn.io
MIT License
2.35k stars 101 forks source link

Dev server not reloading #262

Closed spences10 closed 3 years ago

spences10 commented 3 years ago

Hi, thanks for this awesome lib!

I was having issues with the dev server reloading and thought it was my project but I have tried with the skeleton project and it still doesn't seem to reload??

Steps to repro:

npm init svelte@next delete-test-mdsvex
# skeleton poject y
# add eslint y
# add prettier y
npx svelte-add mdsvex

Install dependencies open dev server:

npm i
npm run dev -- -o -p 3300

Update content in index.svelte no change in the dev server

spences10 commented 3 years ago

Never mind!

It was my environment!

I had to shutdown WSL!

wsl --shutdown

Working fine now! Apologies!