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
Describe the bug
The following config causes adapter-static -> npm run build to not include the root index.html file - the one that you always send to the client - as specified in the adapter settings object, which is required to actually load the SPA.
select the skeleton project, say no to everything typescript etc.
copy paste my config and install the static adapter
Expected behavior
I don't the file to not be included when disabling prerendering. It would make even more sense for it to be required to be set to false for the files to be generated.
Stacktraces
N\A
Severity
On a scale from 1 to 10, maybe a 3.3? I have no idea as this might be intended behavior that I am not aware off.
The text was updated successfully, but these errors were encountered:
Describe the bug
The following config causes
adapter-static
->npm run build
to not include the rootindex.html
file - the one that you always send to the client - as specified in the adapter settings object, which is required to actually load the SPA.Logs
N/A
To Reproduce
npm init svelte@next
skeleton project
, say no to everything typescript etc.Expected behavior
I don't the file to not be included when disabling prerendering. It would make even more sense for it to be required to be set to false for the files to be generated.
Stacktraces
N\A
Severity
On a scale from 1 to 10, maybe a 3.3? I have no idea as this might be intended behavior that I am not aware off.
The text was updated successfully, but these errors were encountered: