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.
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