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

12 lines
117 B
Plaintext

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