aboutsummaryrefslogtreecommitdiffstats
path: root/.babelrc
diff options
context:
space:
mode:
Diffstat (limited to '.babelrc')
-rw-r--r--.babelrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.babelrc b/.babelrc
index dd23bdabf..6277978b9 100644
--- a/.babelrc
+++ b/.babelrc
@@ -27,7 +27,7 @@
27 "@babel/proposal-throw-expressions", 27 "@babel/proposal-throw-expressions",
28 "@babel/syntax-dynamic-import", 28 "@babel/syntax-dynamic-import",
29 ["react-intl", { 29 ["react-intl", {
30 "messagesDir": "./translations/messages/", 30 "messagesDir": "./src/i18n/messages/",
31 "enforceDescriptions": false, 31 "enforceDescriptions": false,
32 "extractSourceLocation": true 32 "extractSourceLocation": true
33 }] 33 }]