This commit is contained in:
Maxime Renou
2019-03-01 12:22:51 +01:00
commit 17fd5a7303
26 changed files with 16340 additions and 0 deletions

9
.babelrc Normal file
View File

@@ -0,0 +1,9 @@
{
"presets": [
["env", {
"modules": false
}],
"stage-0",
"react"
]
}