Skip to content

Commit 401fc69

Browse files
Kinranyjohnnyreilly
authored andcommitted
Fix a link in README.md (#881)
[examples/react-babel-karma-gulp-fork-ts-checker](https://github.com/TypeStrong/ts-loader/blob/master/examples/react-babel-karma-gulp-fork-ts-checker) does not exist. Replaced with [examples/react-babel-karma-gulp)(https://github.com/TypeStrong/ts-loader/tree/master/examples/react-babel-karma-gulp).
1 parent dfa4e5f commit 401fc69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ As your project becomes bigger, compilation time increases linearly. It's becaus
2626

2727
You probably don't want to give up type checking; that's rather the point of TypeScript. So what you can do is use the [fork-ts-checker-webpack-plugin](https://github.com/Realytics/fork-ts-checker-webpack-plugin). It runs the type checker on a separate process, so your build remains fast thanks to `transpileOnly: true` but you still have the type checking. Also, the plugin has several optimizations to make incremental type checking faster (AST cache, multiple workers).
2828

29-
If you'd like to see a simple setup take a look at [our simple example](examples/fork-ts-checker/). For a more complex setup take a look at our [more involved example](examples/react-babel-karma-gulp-fork-ts-checker).
29+
If you'd like to see a simple setup take a look at [our simple example](examples/fork-ts-checker/). For a more complex setup take a look at our [more involved example](examples/react-babel-karma-gulp).
3030

3131
If you'd like to make things even faster still (I know, right?) then you might want to consider using ts-loader with [happypack](https://github.com/amireh/happypack) which speeds builds by parallelising work. (This should be used in combination with [fork-ts-checker-webpack-plugin](https://github.com/Realytics/fork-ts-checker-webpack-plugin) for typechecking.) If you'd like to see a simple setup take a look at [our simple example](examples/happypack/). For a more complex setup take a look at our [more involved example](examples/react-babel-karma-gulp-happypack).
3232

0 commit comments

Comments
 (0)