TypeStrong / fork-ts-checker-webpack-plugin

Webpack plugin that runs typescript type checker on a separate process.
MIT License
1.96k stars 239 forks source link

No warnings displayed #746

Closed rsereir closed 2 years ago

rsereir commented 2 years ago

Current behavior

Some eslint/TS warnings are displayed in my production build command but not present

Expected behavior

I want to display all warnings displayed in my yarn build to my terminal on dev server hot reload. I have trying fork-ts-checker-webpack-plugin configuration in my webpack config but it seems does not work.

Environment

piotr-oles commented 2 years ago

Hi! Thanks for the report. Could you provide a reproduction repository? And could you send an example of warning that is missing?