16 lines
210 B
Plaintext
16 lines
210 B
Plaintext
{
|
|
"presets": [
|
|
["env", {
|
|
"targets": {
|
|
"node": "6"
|
|
},
|
|
"useBuiltIns": true
|
|
}]
|
|
],
|
|
"plugins": [
|
|
["transform-object-rest-spread", {
|
|
"useBuiltIns": true
|
|
}]
|
|
]
|
|
}
|