base2020/.babelrc

10 lines
160 B
Text
Raw Normal View History

2020-03-24 23:48:38 -04:00
{
"plugins": [
[
"@babel/plugin-proposal-class-properties",
{
"legacy": true
}
]
]
}