From 4354cf834441126edb1588725625cf44a6aad96f Mon Sep 17 00:00:00 2001 From: Donald Pipowitch Date: Wed, 23 Jan 2019 22:12:11 +0100 Subject: [PATCH] fixed name of fork-ts-checker-webpack-plugin (#900) --- examples/fast-incremental-builds/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/fast-incremental-builds/README.md b/examples/fast-incremental-builds/README.md index 2067de92b..657b685e1 100644 --- a/examples/fast-incremental-builds/README.md +++ b/examples/fast-incremental-builds/README.md @@ -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 @@ -23,4 +23,4 @@ yarn start yarn build ``` -To see your output simply open up the `http://localhost:8080/` in your browser of choice. \ No newline at end of file +To see your output simply open up the `http://localhost:8080/` in your browser of choice.