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.
Type errors should be reported on initial run, not just incremental builds.
This happens any time I start a build.
I will try to reduce my project down to a minimal reproduction repo if other information here is not enough.
I'm afraid we will need a reproduction repository because we have end-to-end tests that test this scenario in different environments and they pass :) So it's either something special with your configuration or environment that our tests don't coverage.
@piotr-oles OK I think I found the culprit. The problem seems to arise due to some interaction with workbox-webpack-plugin (https://developers.google.com/web/tools/workbox/modules/workbox-webpack-plugin). I've attached a repro project. Here are the steps:
npm install.npm start to build and run the project using webpack dev server.src/index.ts.webpack.common.js comment out the workbox plugin i.e. the secion that starts with new WorkboxPlugin.InjectManifest({.npm start again.Let me know if you need any other info.
Thank you for the reproduction repository :) The issue is that the workbox adds additional compilation which was not supported by the plugin. I added additional checks in the hooks to fix it :)
@piotr-oles AMAZING thank you for the quick turnaround! Will this be in alpha 12?
:tada: This issue has been resolved in version 5.0.0-alpha.13 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
:tada: This issue has been resolved in version 5.0.0-beta.1 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
:tada: This issue has been resolved in version 5.0.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket: