2020-12-15 00:02:23 +01:00

14 lines
240 B
JSON

{
"plugins": [
[
"transform-react-jsx",
{
"runtime": "automatic",
"pragma": "foo"
}
]
],
"sourceType": "module",
"throws": "pragma and pragmaFrag cannot be set when runtime is automatic."
}