fix(core): update

This commit is contained in:
2019-05-13 19:04:33 +02:00
commit fa42015693
268 changed files with 36243 additions and 0 deletions

13
.babelrc Normal file
View File

@@ -0,0 +1,13 @@
{
"presets": [
["@babel/preset-env", {
"loose": true,
"targets": " > 1%, last 2 versions"
}]
],
"plugins": [
["@babel/plugin-transform-react-jsx", {
"pragma": "JSX.createElement"
}]
]
}