extract-react-intl-messages
extract-react-intl-messages copied to clipboard
Add option to provide custom babel configuration.
Hi,
Currently 'extract-react-intl-messages' requires babel.config.js
or .babelrc
in the project root directory. When we have a custom configuration in another file it doesn't work. Could you please add option to pass custom babel configuration as an argument to the extractReactIntlMessages
function?
@akameco