Co-authored-by: Nicolò Ribaudo <nicolo.ribaudo@gmail.com> Co-authored-by: Arun Kumar Mohan <arunmohandm@gmail.com>
7 lines
187 B
JSON
7 lines
187 B
JSON
{
|
|
"plugins": [
|
|
["transform-react-jsx", { "pragma": "h", "pure": false, "runtime": "automatic" }]
|
|
],
|
|
"throws": "pragma and pragmaFrag cannot be set when runtime is automatic."
|
|
}
|