score:1

Accepted answer

it looks like there is a typo in the docs, as you can check your node_modules folder and you should see babel-plugin-transform-redom-jsx. so your .rc should look like:

{
  "plugins": [
    "babel-plugin-transform-redom-jsx",
    ["@babel/plugin-transform-react-jsx", {
      "pragma": "el"
    }]
  ]
}

Related Query

More Query from same tag