Closed arnoson closed 9 months ago
If you're willing to override Vite 5's default configuration (and not use the .vite
folder) I found that changing:
to return { build: { manifest: "manifest.json" } }
will restore the "old" behavior.
For reference, manifest output appears to be controlled in Vite 5's config via:
ah thanks for investigating this, the docs weren't clear on that. I just released a new version of kirby vite that uses .vite/manifest.json
, but it would be a good idea to add the dynamic manifest filename in the future
https://main.vitejs.dev/guide/migration
relevant:
.vite
folder inbuild.outDir
https
option is dropped