fix(i18n): tell babel-plugin-react-intl where defineMessages and friends are now being imported from (#75)

This commit is contained in:
albemarle
2019-05-31 08:43:08 -04:00
committed by GitHub
parent 70e9bb31a5
commit 4374c60dc6

View File

@@ -32,7 +32,8 @@
"i18n": {
"plugins": [
["react-intl", {
"messagesDir": "./temp"
"messagesDir": "./temp",
"moduleSourceName": "@edx/frontend-i18n"
}]
]
}