Skip to content

Instantly share code, notes, and snippets.

@lukewatts
Created October 17, 2018 07:52
Show Gist options
  • Save lukewatts/a24615786fb2673cec5f384238e790d8 to your computer and use it in GitHub Desktop.
Save lukewatts/a24615786fb2673cec5f384238e790d8 to your computer and use it in GitHub Desktop.
Medium Article - Use JSX with any MV* framework - Code Snippets - 17 - .babelrc
{
"plugins": [
[
"@babel/plugin-transform-react-jsx",
{
"pragma": "Reactbone.createElement"
}
]
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment