You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would post an error log, but it appears to fail silently -- both during build and at runtime. All animations / whileTap events work properly when served with hot reload (npm run dev), but stop working as soon as it's served statically using npm run build && npm run start or npx http-server. I'm using a standard rollup, svelte-spa-router setup. I'm confused, seeing as I imagine npm run dev performs the same build process as a static build, only that it's being served on-demand. Any pointers on how to debug this?
The text was updated successfully, but these errors were encountered:
I would post an error log, but it appears to fail silently -- both during build and at runtime. All animations /
whileTap
events work properly when served with hot reload (npm run dev
), but stop working as soon as it's served statically usingnpm run build && npm run start
ornpx http-server
. I'm using a standard rollup,svelte-spa-router
setup. I'm confused, seeing as I imaginenpm run dev
performs the same build process as a static build, only that it's being served on-demand. Any pointers on how to debug this?The text was updated successfully, but these errors were encountered: