Skip to content

5.0.0-alpha.9: Build errors are not reported on initial build, only on incremental. #426

@stefanli

Description

@stefanli

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:
Screen Shot 2020-05-27 at 1 32 41 PM

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions