-
Notifications
You must be signed in to change notification settings - Fork 27.5k
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 throws DeprecationWarning #15576
Comments
Duplicate of #13341, this is expected as per the todo list. |
Sorry, did not look carefully enough to find that one! |
No worries! |
For me the solution was to update "mini-css-extract-plugin" to version "1.3.9" |
if you're using yarn Run: and select all the ones in red, select them with the spacebar and navigate through them with up and down arrow keys. Hope this helps someone |
This comment has been minimized.
This comment has been minimized.
This issue has been automatically locked due to no recent activity. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you. |
Bug report
Describe the bug
Using Webpack 5 with the official support shipped in Next.js 9.5, Webpack throws a few DeprecationWarnings when I run my app:
However, the app still runs fine. I just think these should be fixed/hidden.
To Reproduce
Clone the
development
branch of this repository. These warnings appear in development mode and at build time, I also deployed to Vercel where they showed up as well.Expected behavior
I would expect there to be no warnings thrown.
System information
Additional context
I tried updating to 9.5.1-canary.0, but now the app won't run. I'll open another issue about this.
The text was updated successfully, but these errors were encountered: