aboutsummaryrefslogtreecommitdiffstats
path: root/.babelrc
diff options
context:
space:
mode:
Diffstat (limited to '.babelrc')
-rw-r--r--.babelrc9
1 files changed, 7 insertions, 2 deletions
diff --git a/.babelrc b/.babelrc
index 299d5b4a0..dd23bdabf 100644
--- a/.babelrc
+++ b/.babelrc
@@ -25,7 +25,12 @@
25 } 25 }
26 ], 26 ],
27 "@babel/proposal-throw-expressions", 27 "@babel/proposal-throw-expressions",
28 "@babel/syntax-dynamic-import" 28 "@babel/syntax-dynamic-import",
29 ["react-intl", {
30 "messagesDir": "./translations/messages/",
31 "enforceDescriptions": false,
32 "extractSourceLocation": true
33 }]
29 ], 34 ],
30 "sourceMaps": "inline" 35 "sourceMaps": "inline"
31} \ No newline at end of file 36}