You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like Vite warmup calling ssrTransform directly without calling config hooks, directive Vite plugin here requires compiler from vite:vue plugin and it is missing or still not configured (maybe Nuxt bug).
Reporting a bug?
Looks like Vite warmup calling
ssrTransform
directly without callingconfig
hooks,directive
Vite plugin here requires compiler fromvite:vue
plugin and it is missing or still not configured (maybe Nuxt bug).Here a repo using
pnpm
to patch@intlify/unplugin-vue-i18n/vite
(link to SB in the readme file):https://github.com/userquin/nuxt-i18n-stackblitz-starter
Expected behavior
The app should start but sometimes doesn't work.
Reproduction
https://stackblitz.com/fork/github/BobbieGoede/nuxt-i18n-starter/tree/v9
Issue Package
unplugin-vue-i18n
System Info
Screenshot
Here the log patching
vite
manually:Additional context
I'm preparing a PR to fix this.
Validations
The text was updated successfully, but these errors were encountered: