Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Overlay is not working with Webpack 5 #392

Closed
TarasVerbniak opened this issue Nov 2, 2020 · 4 comments
Closed

Overlay is not working with Webpack 5 #392

TarasVerbniak opened this issue Nov 2, 2020 · 4 comments

Comments

@TarasVerbniak
Copy link

Hi!
Error/warnings overlay in browser is not working with newly released Webpack 5.

@larrydahooster
Copy link

I had the same issue and found a fix on the webpack5 branch. Added this to my package.json https://github.com/webpack-contrib/webpack-hot-middleware.git#webpack5

Maybe it is time to think about a alpha or beta release of the webpack5 branch?

@EvgenyLeukhin
Copy link

I think, this is not Webpack 5 problem, this is problem with version of webpack-dev-server.
You may try to install "webpack-dev-server": "^4.0.0-beta.3" to fix it.

@glenjamin
Copy link
Collaborator

There is a fix for this in #397 which will be released once webpack 5 is confirmed as fully supported.

In the mean time I'm closing this issue in favour of #390 to reduce the duplication of issues

@m10
Copy link

m10 commented Jun 9, 2022

this is still an issue, even though #390 seems to have been solved on webpack side.

This issue should be reopened IMO

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants