Skip to content

Instantly share code, notes, and snippets.

@sskoopa
Created October 27, 2016 17:28
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 sskoopa/72ec1883a0372c60875f10fb660d8c88 to your computer and use it in GitHub Desktop.
Save sskoopa/72ec1883a0372c60875f10fb660d8c88 to your computer and use it in GitHub Desktop.
Need to use babel and preact-compat?
{
"plugins": [
["transform-react-jsx", { "pragma":"h" }],
["module-resolver", {
"root": ["."],
"alias": {
"react": "preact-compat",
"react-dom": "preact-compat"
}
}]
],
"presets": [
["es2015"],
"react"
],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment