From cfe1fa3384e4b4dcc6eb00a64c69eefa036b7fb8 Mon Sep 17 00:00:00 2001 From: Nick Van Doorn Date: Sat, 6 Apr 2019 18:05:34 -0700 Subject: Compile JSX --- babel.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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' ] } -- cgit v1.2.3