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
I have set my .vue loader properly, and it works properly on chrome, but when I run my karma unit test suite (which uses the same web-pack config with a few changes), I get the following message for all my translations:
[vue-i18n] Cannot translate the value of keypath 'example_key'. Use the value of keypath as default.
Is there something that needs to be done in order to have this plugin work with karma-webpack?
The text was updated successfully, but these errors were encountered:
I have set my
.vue
loader properly, and it works properly on chrome, but when I run my karma unit test suite (which uses the same web-pack config with a few changes), I get the following message for all my translations:Is there something that needs to be done in order to have this plugin work with
karma-webpack
?The text was updated successfully, but these errors were encountered: