(node:45211) UnhandledPromiseRejectionWarning: Error: Chunk.entrypoints: Use Chunks.groupsIterable and filter by instanceof Entrypoint instead
Followed by the next document, I installed next and react, react-dom. Then I got the above error, so I searched, installed extract-text-webpack-plugin @ next and executed yarn dev.
However, I still get an error.
Steps to reproduce the behavior, please provide code snippets or a repository:

It may be healed, perhaps.
Because I was building a project I made before.
I'm sorry :(
extract-text-webpack-plugin does not support webpack 4, there is nothing we can do about this in Next.js, so I'm going to close this issue.
I'm upgrading _@zeit/[email protected] to _@zeit/[email protected] and this works for me.
@lvxiaojie that was it for me too.
I just ran npm install @zeit/next-css@latest
Most helpful comment
I'm upgrading
_@zeit/[email protected]to_@zeit/[email protected]and this works for me.