Skip to content

Commit

Permalink
Merge branch 'master' into fix-ref-invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinhagemeister committed Oct 10, 2018
2 parents 02564ab + e833786 commit e84a373
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Expand Up @@ -206,6 +206,16 @@ import preact from 'preact';
> ]
> }
> ```
>
> **For Babel 7:**
>
> ```json
> {
> "plugins": [
> ["@babel/plugin-transform-react-jsx", { "pragma":"h" }]
> ]
> }
> ```
> **For using Preact along with TypeScript add to `tsconfig.json`:**
>
> ```json
Expand Down

0 comments on commit e84a373

Please sign in to comment.