Skip to content

Commit

Permalink
fixed name of fork-ts-checker-webpack-plugin (#900)
Browse files Browse the repository at this point in the history
  • Loading branch information
donaldpipowitch authored and johnnyreilly committed Jan 23, 2019
1 parent 4551893 commit 4354cf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/fast-incremental-builds/README.md
Expand Up @@ -7,7 +7,7 @@ This example follows the principles outlined in [](https://medium.com/@kenneth_c
Some highlights of this example:

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

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

0 comments on commit 4354cf8

Please sign in to comment.