unpkg/modules/client/.babelrc

10 lines
168 B
Plaintext

{
"presets": [
["@babel/env", { "loose": true }],
"@babel/react"
],
"plugins": [
["@babel/plugin-proposal-class-properties", { "loose": true }]
]
}