* Fix `jsxDEV` for generated elements * Throw invariant error * Add test * test: revise test layout * fix: node 6 does not support trailing comma * Use undefined node Co-authored-by: Huáng Jùnliàng <jlhwung@gmail.com>
7 lines
110 B
JSON
7 lines
110 B
JSON
{
|
|
"plugins": [
|
|
"./plugin.js",
|
|
["transform-react-jsx-development", { "runtime": "automatic" }]
|
|
]
|
|
}
|