mastoradio/.babelrc

8 lines
114 B
Plaintext
Raw Normal View History

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