Created
October 27, 2016 17:28
-
-
Save sskoopa/72ec1883a0372c60875f10fb660d8c88 to your computer and use it in GitHub Desktop.
Need to use babel and preact-compat?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"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