fathom/.babelrc

6 lines
69 B
Plaintext
Raw Normal View History

{
"plugins": [
["transform-react-jsx", { "pragma":"h" }]
]
}