evenchange4 / react-intl-cra

🔧 Extract messages of Creact React App from the command line.
MIT License
67 stars 11 forks source link

Can't use with babel-plugin-transform-function-bind #46

Open dachinat opened 6 years ago

dachinat commented 6 years ago

I'm using babel-plugin-transform-function-bind and when I run command to extract messages I'm getting SyntaxError: unknown: Unexpected token about ::

react-intl-cra used to work before I added transform-function-bind. Is there any way I could get it back to functioning?

Thanks.

dachinat commented 6 years ago

PR #47 Support babel-plugins flag