You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: `loadEntryTimeout` runtime option — how long a remote entry script may take to load before it fails with RUNTIME-008 (default 20000 ms, `Infinity` disables the timer); `createScript` / `loadScript` accept a `timeout` and a `createScript` hook return value still overrides it
Besides `name`, `remotes`, `shared`, `plugins` and `shareStrategy`, the instance accepts:
47
+
48
+
-`loadEntryTimeout` — how long (ms) a remote entry script may take to load before the load fails with `RUNTIME-008`. Defaults to `20000`; pass `Infinity` to wait indefinitely. A `createScript` hook that returns `timeout` still takes precedence.
49
+
44
50
## init <Badgetype='warning'>Use with caution</Badge>
45
51
46
52
Used to initialize or reuse a `ModuleFederation` runtime instance.
0 commit comments