Merge pull request #2835 from Xotic750/babel_preset_env
Upgrade: babel-preset-es2015 to babel-preset-env
This commit is contained in:
commit
168565e45f
4 changed files with 8175 additions and 10503 deletions
2
.babelrc
2
.babelrc
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"presets": ["es2015", "stage-3"],
|
||||
"presets": ["env", "stage-3"],
|
||||
"plugins": ["transform-runtime"],
|
||||
"comments": false
|
||||
}
|
||||
|
|
13918
package-lock.json
generated
13918
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue