aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 [