arnoson / kirby-vite

Use Kirby CMS together with Vite
MIT License
81 stars 7 forks source link

Vite 5 support #42

Closed thusslack closed 9 months ago

thusslack commented 9 months ago

There is a breaking change with vite 5: The manifest file generated by vite 5 is located in .vite/manifest.json now. (see https://vitejs.dev/config/build-options.html#build-manifest)

arnoson commented 9 months ago

Vite 5 is supported since v5.0.0 :) I try to keep the major version numbers in sync with Vite. Which version are you on?

arnoson commented 9 months ago

Closing this issue, since it should aready work. Feel free to re-open it if you still have problems with Vite 5!