joinpeertube/.babelrc

7 lines
146 B
Text
Raw Permalink Normal View History

2018-09-21 21:00:42 +00:00
{
"presets": [
2019-02-06 12:08:03 +00:00
"@babel/preset-env"
2018-09-21 21:00:42 +00:00
],
2019-02-06 12:08:03 +00:00
"plugins": ["@babel/plugin-syntax-dynamic-import", "@babel/plugin-proposal-object-rest-spread"]
2018-09-21 21:00:42 +00:00
}