aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Vijay A <avijayr@protonmail.com>2021-08-01 12:55:45 +0530
committerLibravatar Vijay A <avijayr@protonmail.com>2021-08-01 12:55:45 +0530
commitb46f9d5e80488e863c3e98b29c018991ccc08fc1 (patch)
tree2187c1cb4e04192090d15b4d74a96005e4e02592
parent5.6.1-nightly.10 [skip ci] (diff)
downloadferdium-app-b46f9d5e80488e863c3e98b29c018991ccc08fc1.tar.gz
ferdium-app-b46f9d5e80488e863c3e98b29c018991ccc08fc1.tar.zst
ferdium-app-b46f9d5e80488e863c3e98b29c018991ccc08fc1.zip
Migrated babel config according to https://babeljs.io/docs/en/v7-migration
-rw-r--r--babel.config.json (renamed from .babelrc)6
1 files changed, 5 insertions, 1 deletions
diff --git a/.babelrc b/babel.config.json
index 6c589d42e..034e51ce5 100644
--- a/.babelrc
+++ b/babel.config.json
@@ -1,4 +1,8 @@
1{ 1{
2 "babelrcRoots": [
3 ".",
4 "packages/*"
5 ],
2 "presets": [ 6 "presets": [
3 [ 7 [
4 "@babel/preset-env", 8 "@babel/preset-env",
@@ -8,7 +12,7 @@
8 } 12 }
9 } 13 }
10 ], 14 ],
11 "@babel/react" 15 "@babel/preset-react"
12 ], 16 ],
13 "plugins": [ 17 "plugins": [
14 [ 18 [