summaryrefslogtreecommitdiffstats
path: root/.babelrc
diff options
context:
space:
mode:
Diffstat (limited to '.babelrc')
-rw-r--r--.babelrc15
1 files changed, 9 insertions, 6 deletions
diff --git a/.babelrc b/.babelrc
index 9012929c1..6c589d42e 100644
--- a/.babelrc
+++ b/.babelrc
@@ -4,7 +4,7 @@
4 "@babel/preset-env", 4 "@babel/preset-env",
5 { 5 {
6 "targets": { 6 "targets": {
7 "electron": 4 7 "electron": 13
8 } 8 }
9 } 9 }
10 ], 10 ],
@@ -26,11 +26,14 @@
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", { 29 [
30 "messagesDir": "./src/i18n/messages/", 30 "react-intl",
31 "enforceDescriptions": false, 31 {
32 "extractSourceLocation": true 32 "messagesDir": "./src/i18n/messages/",
33 }], 33 "enforceDescriptions": false,
34 "extractSourceLocation": true
35 }
36 ],
34 [ 37 [
35 "@babel/plugin-proposal-private-methods", 38 "@babel/plugin-proposal-private-methods",
36 { 39 {