Skip to content

Commit

Permalink
Merge pull request #39 from edx/djoy/update-moduleSourceName-react-intl
Browse files Browse the repository at this point in the history
fix: update moduleSourceName to be @edx/frontend-platform/i18n
  • Loading branch information
davidjoy authored Dec 3, 2019
2 parents 940f9fb + ba3a683 commit aa5a1c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ module.exports = {
'react-intl',
{
messagesDir: './temp/babel-plugin-react-intl',
moduleSourceName: '@edx/frontend-i18n',
moduleSourceName: '@edx/frontend-platform/i18n',
},
],
],
Expand Down

0 comments on commit aa5a1c6

Please sign in to comment.