* Don't use args rest/spread to hoist super method calls * Hoist this in hoisted super method calls * Make the code more readable Review by edoardocavazza
17 lines
222 B
JSON
17 lines
222 B
JSON
{
|
|
"presets": [
|
|
[
|
|
"env",
|
|
{
|
|
"targets": [
|
|
"Chrome >= 60",
|
|
"Safari >= 11",
|
|
"iOS >= 10.3",
|
|
"Firefox >= 55",
|
|
"Edge >= 16"
|
|
]
|
|
}
|
|
]
|
|
]
|
|
}
|