summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--babel.config.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/babel.config.js b/babel.config.js
index c76a0d0..7edca4f 100644
--- a/babel.config.js
+++ b/babel.config.js
@@ -7,6 +7,7 @@ module.exports = {
node: 'current'
}
}
- ]
+ ],
+ '@babel/preset-react'
]
}