joinpeertube/.babelrc

7 lines
107 B
Text
Raw Normal View History

2018-09-21 21:00:42 +00:00
{
"presets": [
["env"]
],
"plugins": ["syntax-dynamic-import", "transform-object-rest-spread"]
}