Solution Builder should set reportDiagnostic on build mode
pilaoda opened this issue · 0 comments
pilaoda commented
Current behavior
Error code: 5055 "Cannot write file 'xxx' because it would overwrite input file." won't be report.
Expected behavior
Error code: 5055 should be report
some report function should set here to report this error.
Steps to reproduce the issue
Environment
- fork-ts-checker-webpack-plugin: 7.3.0
- typescript: 4.9.5
- webpack: 5.75.0
- os: Windows10