Usage in a monorepo #128
Unanswered
wonderbeel
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, currently I am using vue-i18n in a monorepo that has the following setup
Both apps load the translations with the vite plugin from the
libs/locales
folders with a configuration like thisit works as expected except for HMR, if I change a translation in the translation files it doesn't trigger a reload.
Am I doing something wrong and I should do it in another way or is it actually a bug? If it can helps I prepared a reproduction repo 😄 .
Beta Was this translation helpful? Give feedback.
All reactions