mirror of
https://github.com/mifi/lossless-cut.git
synced 2024-11-22 10:22:31 +01:00
13 lines
212 B
Plaintext
13 lines
212 B
Plaintext
{
|
|
"presets": [
|
|
["env", {
|
|
"targets": { "electron": "1.8" }
|
|
}],
|
|
"react"
|
|
],
|
|
"plugins": [
|
|
"transform-class-properties",
|
|
["transform-object-rest-spread", { "useBuiltIns": true }]
|
|
]
|
|
}
|