update packages (build with node 12)

This commit is contained in:
Alexander Zobnin
2019-12-13 14:12:43 +03:00
parent 5afeda64cc
commit d09830f797
5 changed files with 2120 additions and 1188 deletions

7
babel.config.js Normal file
View File

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