diff options
| author | Nick Van Doorn <vandoorn.nick@gmail.com> | 2019-04-06 18:05:34 -0700 |
|---|---|---|
| committer | Nick Van Doorn <vandoorn.nick@gmail.com> | 2019-04-06 18:05:34 -0700 |
| commit | cfe1fa3384e4b4dcc6eb00a64c69eefa036b7fb8 (patch) | |
| tree | a89167685a04f8bf2c1f5a639b2e925ae88784d3 | |
| parent | ad76329530859f3e34f14f4fe13f93905e5f30cf (diff) | |
Compile JSX
| -rw-r--r-- | babel.config.js | 3 |
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' ] } |
