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