mirror of
https://github.com/idanoo/GoScrobble.git
synced 2024-11-22 16:35:14 +00:00
26 lines
374 B
Plaintext
26 lines
374 B
Plaintext
{
|
|
"presets": [
|
|
[
|
|
"env",
|
|
{
|
|
"useBuiltIns": true,
|
|
"targets": {
|
|
"node": "current"
|
|
},
|
|
"exclude": [
|
|
"transform-async-to-generator",
|
|
"transform-regenerator"
|
|
]
|
|
}
|
|
]
|
|
],
|
|
"plugins": [
|
|
[
|
|
"transform-object-rest-spread",
|
|
{
|
|
"useBuiltIns": true
|
|
}
|
|
]
|
|
]
|
|
}
|