Skip to content

Commit 33e3bfd

Browse files
committed
Update README to include caveats of jsx-typescript usage.
1 parent ce203b6 commit 33e3bfd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,10 @@ require('!style!css!./style.css');
8080
### React JSX
8181

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

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

8888
## Building from source
8989

0 commit comments

Comments
 (0)