angular-architects / module-federation-plugin

MIT License
683 stars 184 forks source link

feat(nf): Process Remote Infos in Parallel #516

Closed jogelin closed 1 week ago

jogelin commented 1 month ago

Split of https://github.com/angular-architects/module-federation-plugin/pull/513

Description

The processing of each remote by the initFederation is done sequentially. Use Promise.all for processing each remote in parallel.