Skip to content

Commit 4354cf8

Browse files
donaldpipowitchjohnnyreilly
authored andcommitted
fixed name of fork-ts-checker-webpack-plugin (#900)
1 parent 4551893 commit 4354cf8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/fast-incremental-builds/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This example follows the principles outlined in [](https://medium.com/@kenneth_c
77
Some highlights of this example:
88

99
* `cache-loader`'s writes slows down the incremental builds; so we skip it
10-
* `forked-ts-checker-webpack-plugin` is used to do typechecking in a separate thread
10+
* `fork-ts-checker-webpack-plugin` is used to do typechecking in a separate thread
1111
* `webpack-dev-server` is used so that the files are written to memory
1212
* package.json's `engines` field is filled with required versions of node that will ensure fastest webpack builds
1313
* separated production vs development webpack configuration files for specific use cases
@@ -23,4 +23,4 @@ yarn start
2323
yarn build
2424
```
2525

26-
To see your output simply open up the `http://localhost:8080/` in your browser of choice.
26+
To see your output simply open up the `http://localhost:8080/` in your browser of choice.

0 commit comments

Comments
 (0)