14 lines
235 B
JSON
14 lines
235 B
JSON
{
|
|
"plugins": [
|
|
[
|
|
"transform-react-jsx",
|
|
{
|
|
"runtime": "automatic",
|
|
"importSource": "foo"
|
|
}
|
|
]
|
|
],
|
|
"sourceType": "module",
|
|
"throws": "importSource cannot be set when runtime is classic."
|
|
}
|