We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d9bb38 commit 9c86483Copy full SHA for 9c86483
webpack/module_federation.js
@@ -51,4 +51,7 @@ document_ready(function () {
51
// Now load + initialize each bundle.
52
initialize_remote({ remote_name: bundle_name });
53
}
54
+ document.dispatchEvent(
55
+ new Event("patternslib__mf--loaded", { bubbles: true, cancelable: false })
56
+ );
57
});
0 commit comments