-
-
Notifications
You must be signed in to change notification settings - Fork 355
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
Uncaught ReferenceError: __INTLIFY_PROD_DEVTOOLS__ is not defined in production mode. #529
Comments
Thank you for your reporting! If you would like to avoid this issue, you need to specify By the way, This fix will be officially released in v9.2. Thanks! |
@kazupon So v9.2 does not work with TypeScript yet? I have TypeScript errors when I attempt to build for production with 9.2.0-alpha.4 |
Description
I have installed vue-i18n@next for vue 3 app. Locally it works fine but while deploying to production. After it is deployed, we see the console error saying
Module versions (please complete the following information):
vue
: "^3.0.0",vue-i18n
: "^9.1.6"Expected behavior
The production build should be working correctly
Screenshots

Kindly let me know what I am doing wrong.
The text was updated successfully, but these errors were encountered: