mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-11 18:42:56 +00:00
10 lines
267 B
Plaintext
10 lines
267 B
Plaintext
{
|
|
"plugins": [
|
|
["@babel/plugin-transform-react-jsx", {
|
|
"pragma": "createElement", // default pragma is React.createElement
|
|
"pragmaFrag": "createFragment", // default is React.Fragment
|
|
"throwIfNamespace": false // defaults to true
|
|
}]
|
|
]
|
|
}
|