CRA 5 upgraded to Webpack 5. How does it help using Webpack Module Federation with CRA without ejecting?

Viewed 555

Module Federation requires Webpack 5. The new Create React App (CRA) v5 released last December was upgraded to Webpack 5. How does it help using Webpack Module Federation with CRA without ejecting? Any guide on how to do it in a clear way?

1 Answers
Related