Upgrade babel-plugin-react-intl

This commit is contained in:
Alex Gleason
2020-06-06 13:22:58 -05:00
parent 2cf41ea39c
commit 7147cfe662
3 changed files with 316 additions and 24 deletions

View File

@ -74,7 +74,7 @@ if (!fs.existsSync(messagesDirectory)) {
console.error(`
Error: messagesDirectory not exists
(${messagesDirectory})
Try to run "yarn build:development" first`);
Try to run "yarn build" first`);
process.exit(1);
}