babel-plugin-react-intl skipping .tsx files
aminosman opened this issue · 2 comments
aminosman commented
Which package?
babel-plugin-react-intl
Describe the bug
Messages in .tsx files are not being extracted
To Reproduce
Create a .tsx file with some messages and run babel
Callenowy commented
Hey @aminosman, I had the same issue and found a workaround. Check out these posts:
https://mikebridge.github.io/post/typescript-i18n-react-intl/
https://medium.com/@yehiasaleh/internationalization-localization-using-react-intl-typescript-1e7cfccd34d7
longlho commented
do you have a repro link?