Merge pull request #2835 from Xotic750/babel_preset_env

Upgrade: babel-preset-es2015 to babel-preset-env
This commit is contained in:
Aresn 2018-01-17 14:48:40 +08:00 committed by GitHub
commit 168565e45f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 8175 additions and 10503 deletions

View file

@ -1,5 +1,5 @@
{
"presets": ["es2015", "stage-3"],
"presets": ["env", "stage-3"],
"plugins": ["transform-runtime"],
"comments": false
}

13918
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -57,7 +57,7 @@
"babel-core": "^6.26.0",
"babel-loader": "^6.4.1",
"babel-plugin-transform-runtime": "^6.12.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-env": "^1.6.1",
"babel-preset-stage-3": "^6.24.1",
"babel-runtime": "^6.26.0",
"chai": "^3.5.0",

4422
yarn.lock Executable file → Normal file

File diff suppressed because it is too large Load diff