ssssota / svelte-exmarkdown

Svelte component to render markdown.
https://ssssota.github.io/svelte-exmarkdown
MIT License
177 stars 6 forks source link

Question : Hi, when I run npm run preview, it give warning : [vite-plugin-svelte] WARNING: The following packages have a svelte field in their package.json but no exports condition for svelte. svelte-exmarkdown@2.1.0 #136

Closed x4080 closed 8 months ago

x4080 commented 8 months ago
[vite-plugin-svelte] WARNING: The following packages have a svelte field in their package.json but no exports condition for svelte.

svelte-exmarkdown@2.1.0

How can I fix it ?

Thanks

Note: preview works fine but npm run build generate errors (but I dont know if this is related)

x4080 commented 8 months ago

solved with installing latest version : "svelte-exmarkdown": "^3.0.2"