Do we really need vite-manifest.json
in publicly accessible build dir?
#8360
Labels
bug
Something isn't working
low hanging fruit
ready to implement
please submit PRs for these issues!
Milestone
Describe the problem
I'm using latest stable Kit (
"@sveltejs/kit": "1.0.3"
) and"@sveltejs/adapter-static": "1.0.0"
with SSR disabled at all.After
npm run build
I get avite-manifest.json
file inbuild
dir.Since this file is then publicly served to the world, I would like to understand if it is strictly necessary or if we can do without it.
Thanks for your immense work!
The text was updated successfully, but these errors were encountered: