Current behavior
Using webpack-dev-server. When I start a build webpack does not report any type errors. There is a message saying "Issues checking in progress..." but it's seemingly stuck:

On any incremental build after that things work as expected and type errors are reported.
Expected behavior
Type errors should be reported on initial run, not just incremental builds.
Steps to reproduce the issue
This happens any time I start a build.
Issue reproduction repository
I will try to reduce my project down to a minimal reproduction repo if other information here is not enough.
Environment
- fork-ts-checker-webpack-plugin: 5.0.0-alpha.9
- typescript: 3.9.3
- eslint: (eslint not tslint) 6.8.0
- webpack: 4.43.0
- os: macOS 10.14.6
Current behavior
Using webpack-dev-server. When I start a build webpack does not report any type errors. There is a message saying "Issues checking in progress..." but it's seemingly stuck:

On any incremental build after that things work as expected and type errors are reported.
Expected behavior
Type errors should be reported on initial run, not just incremental builds.
Steps to reproduce the issue
This happens any time I start a build.
Issue reproduction repository
I will try to reduce my project down to a minimal reproduction repo if other information here is not enough.
Environment