Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 303 Bytes

File metadata and controls

5 lines (4 loc) · 303 Bytes
@callstack/repack patch

Fix polyfill execution order when using Module Federation by adding a PolyfillsRuntimeModule to NativeEntryPlugin. Polyfills are now required from a runtime module that runs before Module Federation's startup wrapper, guaranteeing they execute before MF startup.