Module federation
Feature introduced in Webpack 5 that allows multiple separate builds to form a single application. It enables dynamic importing of code from another build at runtime, facilitating micro-frontends and other advanced use cases by sharing dependencies and reducing bundle size. Module Federation is particularly beneficial for developers working on large-scale web applications requiring independent deployment and version control of different application parts.