xm-select/.babelrc

5 lines
72 B
Plaintext
Raw Normal View History

2019-11-19 20:13:50 +08:00
{
"plugins": [
["transform-react-jsx", { "pragma":"h" }]
]
2019-04-30 11:07:58 +08:00
}