Actually, when you create a project and choose the "Recommended" configuration, it uses Vite: 5.4.10 and vite-plugin-vue-layouts: 0.11.0.
Since the Vite: 6.x major release is about 3 months old, the vite-plugin-vue-layouts module is visibly abandoned (no update since 2023) and not "compatible" with Vite 6. (yes, you can manually change `package-lock' or force the dependency to be unmet, but that's not what we want, I think, and in any case the module is unlikely to get an update).
Maybe there is a need to start looking for an alternative?
Any idea or opinion ?
Actually, when you create a project and choose the
"Recommended"configuration, it usesVite: 5.4.10andvite-plugin-vue-layouts: 0.11.0.Since the
Vite: 6.xmajor release is about 3 months old, thevite-plugin-vue-layoutsmodule is visibly abandoned (no update since 2023) and not "compatible" withVite 6. (yes, you can manually change `package-lock' or force the dependency to be unmet, but that's not what we want, I think, and in any case the module is unlikely to get an update).Maybe there is a need to start looking for an alternative?
Any idea or opinion ?