base2020/.babelrc

10 lines
160 B
Plaintext

{
"plugins": [
[
"@babel/plugin-proposal-class-properties",
{
"legacy": true
}
]
]
}