mastoradio/.babelrc

7 lines
89 B
Plaintext
Raw Normal View History

2020-01-07 19:23:49 +01:00
{
"plugins": [
["@babel/plugin-transform-runtime", {
"corejs": 3
}]
]
}