-
Notifications
You must be signed in to change notification settings - Fork 45
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
Webpack 5 support #67
Comments
Not a surprise! I will not fix it on my own, if someone is interested, feel free to submit a PR. |
help wanted tag should be on this issue |
it depends on react-dev-utils...but react-dev-utils not support webpack5 till now. see facebook/create-react-app#9994 |
|
for whatever it's worth I just went ahead and installed error-overlay-webpack-plugin in a local repo and it appears to be working fine there despite the warning yarn showed upon installing. If chalk getting introduced into the browser by a dependency was the only problem this seems to be fixed now. |
Now I submit a PR #72 |
Co-authored-by: dengbin03 <[email protected]>
Fixed in v1 |
As we know
wepback@5
had been published some days ago, I hope that you can updateerror-overlay-webpack-plugin
to compatible with latest webpack, thank youThe text was updated successfully, but these errors were encountered: