Skip to content

Instantly share code, notes, and snippets.

@ameerthehacker
Created October 18, 2019 11:02
Show Gist options
  • Save ameerthehacker/7b9c8d15d4575e94d4ad91945f77b94a to your computer and use it in GitHub Desktop.
Save ameerthehacker/7b9c8d15d4575e94d4ad91945f77b94a to your computer and use it in GitHub Desktop.
{
"plugins": [
["@babel/plugin-transform-react-jsx", {
"pragma": "QndReact.createElement", // default pragma is React.createElement
"throwIfNamespace": false // defaults to true
}]
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment