Svelte vite plugin issue
TechAkayy opened this issue ยท 2 comments
TechAkayy commented
- I have read the troubleshooting section before opening an issue.
- I have tried upgrading
iles
andvite
.
Description ๐
Svelte is not rendering anymore. Getting [ERR_PACKAGE_PATH_NOT_EXPORTED] error when trying to start dev-server.
Reproduction ๐
https://github.com/TechAkayy/nature-delights-with-iles
Stackblitz is not loading the above repo properly, so please clone the git repo to test.
Due to current peer dependencies issue, to install use the force flag. Use command npm install --force
Screenshots ๐ท
ElMassimo commented
Thanks for reporting!
In the meantime you could try rolling back the version of vite-plugin-svelte
to 1.0.9
.
ElMassimo commented
Released a fix in iles@0.9.5
.