This commit is contained in:
Amour1688
2020-05-13 19:14:28 +08:00
parent 1dd2f81deb
commit b5a91efd93
11 changed files with 481 additions and 2 deletions

8
.babelrc Normal file
View File

@ -0,0 +1,8 @@
{
"presets": [
"@babel/env"
],
"plugins": [
"./src/index.js"
]
}