Co-authored-by: Nicolò Ribaudo <nicolo.ribaudo@gmail.com> Co-authored-by: Arun Kumar Mohan <arunmohandm@gmail.com>
10 lines
192 B
JSON
10 lines
192 B
JSON
{
|
|
"plugins": [
|
|
"external-helpers",
|
|
"syntax-jsx",
|
|
"transform-react-inline-elements",
|
|
["transform-react-jsx", { "runtime": "classic" }],
|
|
"transform-modules-commonjs"
|
|
]
|
|
}
|