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
Run npm run build and notice that build/index.html does not exist. I suspect this changed with the recent "prerender during build" PR. It was working with kit version 288 and adapter-static 28.
Logs
No response
System Info
kit 303, adapter-static 29
Severity
blocking an upgrade
Additional Information
No response
The text was updated successfully, but these errors were encountered:
I tried making a change to move the fallback creation from the bottom of the function to just after where server is created, and then moved the prerender.enabled check to just after that.
This appears to work fine in my testing. Any thoughts on this?
Describe the bug
With config like this, the fallback file is not created:
Reproduction
https://stackblitz.com/edit/sveltejs-kit-template-default-hhb1ve?file=package.json
Run
npm run build
and notice thatbuild/index.html
does not exist. I suspect this changed with the recent "prerender during build" PR. It was working with kit version 288 and adapter-static 28.Logs
No response
System Info
Severity
blocking an upgrade
Additional Information
No response
The text was updated successfully, but these errors were encountered: