Turbo87 / webpack-notifier

webpack + node-notifier = build status system notifications
ISC License
306 stars 41 forks source link

Respons with success even though it is error #34

Closed hmol closed 6 years ago

hmol commented 6 years ago

See screenshot. Code has error, webpack compiles and finds the error. But the webpack-notifier does not display the error, only success. notification-error

Turbo87 commented 6 years ago

It says in your screenshot that it "Compiled successfully" 🤔

hmol commented 6 years ago

Yes. So it is probably a webpack config thing.

KJlmfe commented 5 years ago

Yes. So it is probably a webpack config thing.

I face this issue, too. How did you resolve this issue