21 lines
373 B
JSON
21 lines
373 B
JSON
{
|
|
"presets": [
|
|
["../../../../lib", {
|
|
"targets": {
|
|
"chrome": 55
|
|
},
|
|
"modules": false,
|
|
"useBuiltIns": "entry",
|
|
"exclude": [
|
|
"transform-async-to-generator",
|
|
"transform-regenerator",
|
|
"es7.string.pad-start"
|
|
],
|
|
"include": [
|
|
"transform-arrow-functions",
|
|
"es6.map"
|
|
]
|
|
}]
|
|
]
|
|
}
|