File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -80,10 +80,10 @@ require('!style!css!./style.css');
8080### React JSX
8181
8282This 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
You can’t perform that action at this time.
0 commit comments