1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-02-22 14:15:03 +01:00
php-web-maker/.babelrc

12 lines
117 B
Plaintext
Raw Normal View History

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