-
I have this warning in my console in dev mode:
I can't get rid of it… I'm currently in the process of migrating my app from Webpack to Vite. In webpack, I had this in my config:
That made the warning disapear. Now when using Vite, the warning is back, despite the documentation saying these variables are automatically set when using Vite. So I tried to add the variables on Vite, but it didn't make the warning go away. My
I tried replacing the booleans for strings ( How can I get rid of the warning in the console? I'm on |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
vue-i18n v9.1.9 has a bug that cannot remove warning. |
Beta Was this translation helpful? Give feedback.
vue-i18n v9.1.9 has a bug that cannot remove warning.
You can avoid it with using the vue-i18n v9.2-beta latest version