Upgrade Babel

This commit is contained in:
Alec Sears
2019-10-17 16:36:34 -05:00
parent 05243a9701
commit ee7af6ebf9
4 changed files with 14 additions and 14 deletions

7
babel.config.js Normal file
View File

@@ -0,0 +1,7 @@
module.exports = {
"presets": [
[ "@babel/env", { targets: { node: 'current' } } ],
"@babel/react"
],
"retainLines": true
}