Skip to content

Commit

Permalink
Update README to include caveats of jsx-typescript usage.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrantly committed Jun 23, 2015
1 parent ce203b6 commit 33e3bfd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,10 @@ require('!style!css!./style.css');
### React JSX

This loader supports using [jsx-typescript](https://github.com/fdecampredon/jsx-typescript).
Simply install jsx-typescript and use the `compiler=jsx-typescript` option.
Simply install jsx-typescript and use the `compiler=jsx-typescript` option. Note that you
will need to use [email protected] in order to use this as 0.4.x and above is not API-compatible.

If for some reason using `jsx-typescript` doesn't work or you want to use the official
TypeScript take a look at [ts-jsx-loader](https://github.com/jbrantly/ts-jsx-loader).
You may also be interested in using [ts-jsx-loader](https://github.com/jbrantly/ts-jsx-loader).

## Building from source

Expand Down

0 comments on commit 33e3bfd

Please sign in to comment.