Akayy
Akayy
Also, in the above repo, from the posts.vue page, clicking on the various post titles, it opens the same post. If post with id:10 is clicked first, then going back...
@ElMassimo, I gave your vite-5 branch a crack and had good success, but a few minor hiccups need to be resolved, please check it out. I tried on some local...
Vuetify 3 is in beta, scheduled for major release next month. The vuetify-vite plugin still doesn't support tree-shaking. And for any vuetify-based library, the build is generating at least 5MB...
Updated reproduction to latest (3.8) using `npx nuxi upgrade --force`. Same issue even when running with `npx nuxi-edge@latest dev`.
Updated reproduction to latest (3.11) using npx nuxi upgrade --force, and manually updated package.json (for those changes to the starter template). Same issue even when running with npx nuxi-edge@latest dev....
Updated reproduction to latest (3.13.0) using `npx nuxi upgrade --force`, and removed vue & vue-router from package.json as they not required to be added explicitly anymore. Same issue even when...
Probably related to https://github.com/nuxt/cli/issues/247, HMR doesn't work anymore. If anyone have any workaround for now, please share. Thanks!
Updated reproduction to latest using `npx nuxi upgrade --force`. Same issue even when running with `npx nuxi-edge@latest dev`.
Updated reproduction to latest (3.11) using npx nuxi upgrade --force, and manually updated package.json (for those changes to the starter template). Same issue even when running with npx nuxi-edge@latest dev....
Nuxt HMR doesn't like vite plugin added via addVitePlugin that returns the original config or merged config (using Vite's mergeConfig) in the config hook. Closing as explained in https://github.com/nuxt/cli/issues/425