14 lines
312 B
JSON
14 lines
312 B
JSON
{
|
|
"plugins": [
|
|
[
|
|
"transform-react-jsx",
|
|
{
|
|
"pragma": "h",
|
|
"throwIfNamespace": true
|
|
}
|
|
]
|
|
],
|
|
"throws":
|
|
"Namespace tags are not supported by default. React's JSX doesn't support namespace tags. You can turn on the 'throwIfNamespace' flag to bypass this warning."
|
|
}
|