react-intl.macro icon indicating copy to clipboard operation
react-intl.macro copied to clipboard

Error on config "react-intl" for the macro imported from "react-intl.macro

Open khareembld opened this issue 6 years ago • 1 comments
trafficstars

This error occurs every time we extract translation.

There was an error trying to load the config "react-intl" for the macro imported from "react-intl.macro. Please see the error thrown for more information

khareembld avatar Sep 04 '19 04:09 khareembld

If it does not cause an issue during build time. I suppose you can turn off logging. like

  "babelMacros": {
    "react-intl": {
      "verbose": false
    }
  }

engrjabi avatar Oct 05 '19 12:10 engrjabi