-
Notifications
You must be signed in to change notification settings - Fork 27k
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
Remove the warning for build worker when custom webpack present #60820
Conversation
Stats from current PRDefault BuildGeneral
Client Bundles (main, webpack)
Legacy Client Bundles (polyfills)
Client Pages
Client Build Manifests
Rendered Page Sizes
Edge SSR bundle Size
Middleware size
Next Runtimes
|
This reverts commit c523908.
Failing test suitesCommit: eb54e85
Expand output● app dir - navigation › navigation between pages and app › should not continously initiate a mpa navigation to the same URL when router state changes
Read more about building and testing Next.js in contributing.md. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@huozhi I think we need to keep this document because old versions will link to it so we don't want to cause a 404.
Instead of deleting it, we can update it to mention something like "npm i next@latest to remove this warning"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 good catch
#60826
Drop the warning of build worker due to the common usage of custom webpack
Closes NEXT-2148