-
I'm relying on ts-transformer to insert message IDs, but this doesn't appear to work when the message is inside a Vue.js single-file component? Is this easy to fix? Edit: I don't think that it's looking for the |
Beta Was this translation helpful? Give feedback.
Answered by
longlho
Apr 10, 2021
Replies: 1 comment 5 replies
-
I'm not 100% sure about the vue toolchain but we have tests for that in |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
glen-84
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm not 100% sure about the vue toolchain but we have tests for that in
babel-plugin-formatjs
and notts-transformer
. Any reason why you cannot use the babel plugin? What's your build setup?