mirror of https://github.com/mastodon/mastodon
16 lines
178 B
Plaintext
16 lines
178 B
Plaintext
|
{
|
||
|
"presets": [
|
||
|
[
|
||
|
"env",
|
||
|
{
|
||
|
"targets": {
|
||
|
"node": "current"
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
],
|
||
|
"plugins": [
|
||
|
"transform-object-rest-spread"
|
||
|
]
|
||
|
}
|