Skip to content

Webpack Error Page replacement #163

Open
@HazAT

Description

Consider a replacement for Webpack error pages

image
// webpack.config.js

appConfig.devServer = {
   ...
    devMiddleware: {
      stats: 'errors-only',
    },
    client: {
      overlay: false,
    },
  };

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Labels

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions