-
-
Notifications
You must be signed in to change notification settings - Fork 433
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update README to include caveats of jsx-typescript usage.
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
||
|