reactjs / server-components-demo

Demo app of React Server Components.
https://reactjs.org/server-components
MIT License
4.27k stars 640 forks source link

Webpack 5 Support #37

Closed jacob-ebey closed 2 years ago

jacob-ebey commented 3 years ago

Seems there is a new chunk graph API and you'll need to utilize it to support webpack 5.

Error: Module.id: There was no ChunkGraph assigned to the Module for backward-compat (Use the new API)
gaearon commented 2 years ago

resolved