listmonk/frontend/.babelrc

5 lines
93 B
Text
Raw Normal View History

2018-10-25 13:51:47 +00:00
{
"presets": ["env", "react"],
"plugins": [["transform-react-jsx", { "pragma": "h" }]]
}