first commit

This commit is contained in:
harriet
2020-02-03 21:34:20 +08:00
parent 66fdc587f3
commit 81c2b70d0c
12 changed files with 3935 additions and 0 deletions

21
.babelrc Normal file
View File

@@ -0,0 +1,21 @@
{
"presets": [
[
"env",
{
"modules": false,
"targets": {
"browsers": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}
}
],
"stage-2"
],
"plugins": [
"transform-runtime"
]
}