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

13 lines
311 B
JSON

{
"plugins": [
[
"transform-react-jsx",
{
"throwIfNamespace": true,
"runtime": "automatic"
}
]
],
"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."
}