Replace preset-es2015 with env (#184)

This commit is contained in:
Artem Yavorsky 2017-03-08 19:01:35 +02:00 committed by Brian Ng
parent 970f8ebaf8
commit ba2b58e57f
2 changed files with 344 additions and 359 deletions

View File

@ -55,7 +55,7 @@
"babel-helper-fixtures": "7.0.0-alpha.1",
"babel-helper-plugin-test-runner": "7.0.0-alpha.1",
"babel-plugin-transform-flow-strip-types": "7.0.0-alpha.1",
"babel-preset-es2015": "7.0.0-alpha.1",
"babel-preset-env": "2.0.0-alpha.1",
"babel-register": "7.0.0-alpha.1",
"chai": "^3.0.0",
"compat-table": "kangax/compat-table#291c758ac618fff6bf5bb2113a5aa046189f93e2",
@ -70,8 +70,10 @@
"babel": {
"presets": [
[
"es2015",
{
"env", {
"targets":{
"node": 4
},
"loose": true
}
]

File diff suppressed because it is too large Load Diff