Is there anyway to show warnings in the overlay too? #82

Closed
opened 2025-08-09 17:14:56 +00:00 by fergalmoran · 0 comments
Owner

Originally created by @archonsunny on 4/27/2018

I know the devServer settings get ignored in the webpack.config.js.

But is there anyway to get the overlay to show warnings?

So that it'd be equivalent to setting:

devServer {
  overlay: {
    warnings: true,
    errors: true
  }
}
*Originally created by @archonsunny on 4/27/2018* I know the devServer settings get ignored in the webpack.config.js. But is there anyway to get the overlay to show warnings? So that it'd be equivalent to setting: ``` devServer { overlay: { warnings: true, errors: true } } ```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/JavaScriptServices#82
No description provided.