summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Van Doorn <vandoorn.nick@gmail.com>2019-04-06 18:05:34 -0700
committerNick Van Doorn <vandoorn.nick@gmail.com>2019-04-06 18:05:34 -0700
commitcfe1fa3384e4b4dcc6eb00a64c69eefa036b7fb8 (patch)
treea89167685a04f8bf2c1f5a639b2e925ae88784d3
parentad76329530859f3e34f14f4fe13f93905e5f30cf (diff)
Compile JSX
-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'
]
}