evenchange4 / react-intl.macro

Extract react-intl messages with babel-plugin-macros.
MIT License
37 stars 6 forks source link

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

Open khareemnurulla opened 5 years ago

khareemnurulla commented 5 years ago

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

engrjabi commented 5 years ago

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

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