ceph-afr-calc/.babelrc

8 lines
153 B
Plaintext
Raw Permalink Normal View History

{
"presets": [ [ "env" ], "stage-1" ],
"retainLines": true,
"plugins": [
[ "transform-react-jsx", { "pragma": "preact.h" } ]
]
}