Skip to content

Instantly share code, notes, and snippets.

@Minobi
Last active February 3, 2020 08:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Minobi/5e07757429e336618a0460c9c35bce47 to your computer and use it in GitHub Desktop.
Save Minobi/5e07757429e336618a0460c9c35bce47 to your computer and use it in GitHub Desktop.
Babel config file for Preact
{
"presets": [
"@babel/preset-env"
],
"plugins": [
[
"@babel/plugin-transform-react-jsx",
{
"pragma": "h",
"pragmaFrag": "Fragment",
"throwIfNamespace": false
}
]
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment