Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed name of fork-ts-checker-webpack-plugin #900

Merged
merged 1 commit into from Jan 23, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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.