aboutsummaryrefslogtreecommitdiffstats
path: root/.babelrc
diff options
context:
space:
mode:
Diffstat (limited to '.babelrc')
-rw-r--r--.babelrc8
1 files changed, 7 insertions, 1 deletions
diff --git a/.babelrc b/.babelrc
index 6277978b9..9012929c1 100644
--- a/.babelrc
+++ b/.babelrc
@@ -30,7 +30,13 @@
30 "messagesDir": "./src/i18n/messages/", 30 "messagesDir": "./src/i18n/messages/",
31 "enforceDescriptions": false, 31 "enforceDescriptions": false,
32 "extractSourceLocation": true 32 "extractSourceLocation": true
33 }] 33 }],
34 [
35 "@babel/plugin-proposal-private-methods",
36 {
37 "loose": true
38 }
39 ]
34 ], 40 ],
35 "sourceMaps": "inline" 41 "sourceMaps": "inline"
36} 42}