geowarin / friendly-errors-webpack-plugin

Recognizes certain classes of webpack errors and cleans, aggregates and prioritizes them to provide a better Developer Experience.
MIT License
749 stars 77 forks source link

Missing error report for failed compilation #114

Open fengzilong opened 4 years ago

fengzilong commented 4 years ago

compiler.hooks.failed should be used to report failed compilation. I will send a PR when I have time