aboutsummaryrefslogtreecommitdiffstats
path: root/.babelrc
diff options
context:
space:
mode:
authorLibravatar Dominik Guzei <dominik.guzei@gmail.com>2019-03-05 16:31:48 +0100
committerLibravatar Dominik Guzei <dominik.guzei@gmail.com>2019-03-05 16:31:48 +0100
commit8745cd1b8250c370b1681f0728116150c72a4279 (patch)
tree643051f45a55ac048f45f253544a37d466185fd6 /.babelrc
parentMerge branch 'develop' of https://github.com/meetfranz/franz into develop (diff)
downloadferdium-app-8745cd1b8250c370b1681f0728116150c72a4279.tar.gz
ferdium-app-8745cd1b8250c370b1681f0728116150c72a4279.tar.zst
ferdium-app-8745cd1b8250c370b1681f0728116150c72a4279.zip
setup react-intl translations managing script
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}