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

Fix overlay not showing on Webpack v5 #393

Conversation

TarasVerbniak
Copy link

Hi!
This PR contains fix for overlay issue in Webpack 5 (#392)
Webpack 5 has a bit different way of handling errors with new error structure, so overlay was not working.
This fix is backward compatible with older Webpack versions (tested with both v4 and v5)

Cheers,
Taras

@jsf-clabot
Copy link

jsf-clabot commented Nov 2, 2020

CLA assistant check
All committers have signed the CLA.

@kubijo
Copy link

kubijo commented Dec 5, 2020

Can somebody from maintainers please push this over the last mile?

@lukeapage
Copy link

@glenjamin please could you look at merging this?

@glenjamin glenjamin mentioned this pull request Jan 31, 2021
6 tasks
@glenjamin
Copy link
Collaborator

Thanks for submitting this, it really helped me nail down what had changed.

I've taken a different approach to the fix in #397 - having the middleware code on the server coerce the data back into the old string format.

@glenjamin glenjamin closed this Jan 31, 2021
giterium pushed a commit to giterium/booking that referenced this pull request Jan 31, 2021
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

Successfully merging this pull request may close these issues.

5 participants