Open mirabledictu opened 3 years ago
How odd. Note that there are known issues with ssr in nuxt-vite
.
How odd. Note that there are known issues with ssr in
nuxt-vite
.
Noted on that
not only ssr mode ,but also csr mode . Not work with vite, do you have any plan to fix this isuee
Hi, it looks like
nuxtServerInit
ain't working whennuxt-vite
andnuxt-typed-vuex
are both inbuildModules
.Here's a simple reproduction https://github.com/mirabledictu/test-vuex-vite
I have a simple console log there
and in my nuxt.config.js
When you try to run it, you will not get any logs from server.
Try to remove
nuxt-vite
ornuxt-typed-vuex
inbuildModules
and it will work.