Open dachinat opened 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 ::
babel-plugin-transform-function-bind
SyntaxError: unknown: Unexpected token
::
react-intl-cra used to work before I added transform-function-bind. Is there any way I could get it back to functioning?
react-intl-cra
transform-function-bind
Thanks.
PR #47 Support babel-plugins flag
I'm using
babel-plugin-transform-function-bind
and when I run command to extract messages I'm gettingSyntaxError: unknown: Unexpected token
about::
react-intl-cra
used to work before I addedtransform-function-bind
. Is there any way I could get it back to functioning?Thanks.