This commit is contained in:
maplemei
2019-04-30 11:07:58 +08:00
parent 5dd011eaec
commit f27ae9ba9f
25 changed files with 1786 additions and 78 deletions

5
.babelrc Normal file
View File

@@ -0,0 +1,5 @@
{
"plugins": [
["transform-react-jsx", { "pragma":"h" }]
]
}