aboutsummaryrefslogtreecommitdiffstats
path: root/babel.config.json
diff options
context:
space:
mode:
authorLibravatar Markus Hatvan <markus_hatvan@aon.at>2021-09-13 14:45:46 +0200
committerLibravatar GitHub <noreply@github.com>2021-09-13 14:45:46 +0200
commit537697a6e9757f118d09d9e76362ba1ff617e2c6 (patch)
treebc55447115e385137684e84697a8c15d2199b8d5 /babel.config.json
parentBumped up version to: 5.6.3-nightly.0 [skip ci] (diff)
downloadferdium-app-537697a6e9757f118d09d9e76362ba1ff617e2c6.tar.gz
ferdium-app-537697a6e9757f118d09d9e76362ba1ff617e2c6.tar.zst
ferdium-app-537697a6e9757f118d09d9e76362ba1ff617e2c6.zip
chore: upgrade intl dependencies (#1920)
Diffstat (limited to 'babel.config.json')
-rw-r--r--babel.config.json12
1 files changed, 4 insertions, 8 deletions
diff --git a/babel.config.json b/babel.config.json
index 034e51ce5..d24207a8c 100644
--- a/babel.config.json
+++ b/babel.config.json
@@ -1,8 +1,5 @@
1{ 1{
2 "babelrcRoots": [ 2 "babelrcRoots": [".", "packages/*"],
3 ".",
4 "packages/*"
5 ],
6 "presets": [ 3 "presets": [
7 [ 4 [
8 "@babel/preset-env", 5 "@babel/preset-env",
@@ -31,11 +28,10 @@
31 "@babel/proposal-throw-expressions", 28 "@babel/proposal-throw-expressions",
32 "@babel/syntax-dynamic-import", 29 "@babel/syntax-dynamic-import",
33 [ 30 [
34 "react-intl", 31 "formatjs",
35 { 32 {
36 "messagesDir": "./src/i18n/messages/", 33 "idInterpolationPattern": "[sha512:contenthash:base64:6]",
37 "enforceDescriptions": false, 34 "ast": true
38 "extractSourceLocation": true
39 } 35 }
40 ], 36 ],
41 [ 37 [