Browse Source

no message

feature/feature-compatible
赖家华 7 years ago
parent
commit
7c21201fd8
2 changed files with 14 additions and 0 deletions
  1. 14
      .babelrc
  2. 0
      static/.gitignore

14
.babelrc

@ -0,0 +1,14 @@
{
"presets": [
["env", { "modules": false }],
"stage-2"
],
"plugins": ["transform-runtime"],
"comments": false,
"env": {
"test": {
"presets": ["env", "stage-2"],
"plugins": [ "istanbul" ]
}
}
}

0
static/.gitignore

Loading…
Cancel
Save