This commit is contained in:
2017-01-23 01:12:24 +08:00
commit 878d9b63f6
13 changed files with 568 additions and 0 deletions

4
.babelrc Normal file
View File

@ -0,0 +1,4 @@
{
"presets": ["es2015", "stage-2"],
"plugins": ["transform-runtime"]
}