es2015 => env

This commit is contained in:
Ergenekon Yigit 2017-11-06 17:34:56 +03:00 committed by GitHub
parent 17955256d4
commit bf3bf7d46b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
{ {
"presets": [ "presets": [
["latest", { ["latest", {
"es2015": { "env": {
"modules": false "modules": false
} }
}] }]