Co-authored-by: Nicolò Ribaudo <nicolo.ribaudo@gmail.com> Co-authored-by: Arun Kumar Mohan <arunmohandm@gmail.com>
14 lines
332 B
JSON
14 lines
332 B
JSON
{
|
|
"plugins": [
|
|
[
|
|
"transform-react-jsx",
|
|
{
|
|
"pragma": "h",
|
|
"runtime": "classic",
|
|
"throwIfNamespace": true
|
|
}
|
|
]
|
|
],
|
|
"throws": "Namespace tags are not supported by default. React's JSX doesn't support namespace tags. You can set `throwIfNamespace: false` to bypass this warning."
|
|
}
|