i18n
i18n copied to clipboard
[next] i18n folder not generated
Environment
- Operating System:
Windows_NT
- Node Version:
v16.13.1
- Nuxt Version:
3.0.0-rc.3
- Package Manager:
[email protected]
- Builder:
vite
- User Config:
vite
,publicRuntimeConfig
,plugins
,meta
,build
,buildModules
,pageTransition
,vueuse
,strapi
,i18n
- Runtime Modules:
-
- Build Modules:
@vueuse/[email protected]
,@nuxtjs/[email protected]
,@pinia/[email protected]
,@nuxtjs/[email protected]
,@nuxtjs/[email protected]
Reproduction
- npm run dev
Describe the bug
I found .nuxt/tsconfig.json is like this,but .nuxt/i18n folder not generated.Does this meet expectations?
This causes me to use i18n composables and throw an error that the module cannot be found
Or the generated path is incorrect?
I think that compsable functions is auto imported in v8 beta if you would have still issue, please open the new issue.
thanks!