-
-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
messageCompiler is not a function #39
Comments
same as #32 |
and not a single response for a month |
Facing the same issue with the latest Nuxt 3 Version v3.0.0-27477342.43007c6. When I want to run the build I get the error: Config:
Has anyone found a solution yet? |
I am also getting this error, trying to statically deploy a website. Also just running |
I have fixed this issue on my end. I had to append this into Vista's nuxt 3 plugin: import { compileToFunction, registerMessageCompiler } from '@intlify/core-base'
registerMessageCompiler(compileToFunction) |
Hi team i'm getting this problem in production mode
import { enUS, viVN } from './locales'
locales/enUS.ts
Thanks for your help
The text was updated successfully, but these errors were encountered: