9 lines
121 B
Plaintext
9 lines
121 B
Plaintext
{
|
|
"presets": [
|
|
"es2015",
|
|
"react"
|
|
],
|
|
"plugins": [
|
|
["transform-react-jsx", { "pragma":"preact.h" }]
|
|
]
|
|
} |