Open sparrowsl opened 1 year ago
Is there any update on this issue?
just tested it on:
{
"@sveltejs/adapter-static": "3.0.6"
"@sveltejs/kit": "2.7.3"
"@sveltejs/vite-plugin-svelte": "4.0.0",
"svelte": "5.1.9",
"vite": "5.4.10"
}
and it's still the same with
export const csr = false;
export const prerender = true;
Describe the bug
Even when csr=false I still get the js bundle chunks in the final build. If I delete the files, the site will still work, but it is annoying if I have to delete the files everytime before I send the final build to someone.
Reproduction
+layout
Logs
No response
System Info
Severity
annoyance
Additional Information
No response