-
-
Notifications
You must be signed in to change notification settings - Fork 201
Dependency error as friendly-errors-webpack-plugin still requires webpack 4 #922
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
Comments
Hi, an issue (geowarin/friendly-errors-webpack-plugin#123) and a PR has already be opened (geowarin/friendly-errors-webpack-plugin#126). There is not much we can do here, just waiting... 😅 |
I have also considered embedding the plugin, which would super unfortunate, as the plugin DOES work in webpack 5 just fine. |
Is there any workaround for this issue? friendly-errors-webpack-plugin project repository looks like dead with last release in 2018 and last commit 16 months ago. |
@weaverryan would @nuxt/friendly-errors-webpack-plugin work? |
@hailwood oh, indeed it would! It looks popular and well-maintained. It is a fork of the original... though it looks like 1.6.1 was the last shared version. We use Short answer: yes, we should change to this. Would someone be willing to give it a try? |
@weaverryan boom! #976 |
webpack-encore 1.0.5 requires webpack "^5.12"
AND
friendly-errors-webpack-plugin "^2.0.0-beta.1"
BUT: friendly-errors-webpack-plugin requires webpack "^4.0.0"
That gives me:
The text was updated successfully, but these errors were encountered: