1
0
mirror of https://github.com/mifi/lossless-cut.git synced 2024-11-22 18:32:34 +01:00
lossless-cut/.babelrc

13 lines
212 B
Plaintext
Raw Normal View History

2016-10-30 11:57:12 +01:00
{
"presets": [
["env", {
"targets": { "electron": "1.8" }
}],
"react"
2018-05-17 12:08:11 +02:00
],
"plugins": [
"transform-class-properties",
["transform-object-rest-spread", { "useBuiltIns": true }]
]
2016-10-30 11:57:12 +01:00
}