mirror of
https://github.com/chinchang/web-maker.git
synced 2025-02-22 14:15:03 +01:00
12 lines
117 B
Plaintext
12 lines
117 B
Plaintext
|
{
|
||
|
"presets": [
|
||
|
"react",
|
||
|
"env"
|
||
|
],
|
||
|
"plugins": [
|
||
|
["transform-react-jsx", {
|
||
|
"pragma": "h"
|
||
|
}]
|
||
|
]
|
||
|
}
|