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 3191a4f commit 960e2b3Copy full SHA for 960e2b3
.changeset/runtime-safety-checks.md
@@ -0,0 +1,11 @@
1
+---
2
+"@module-federation/enhanced": patch
3
4
+
5
+fix(enhanced): add runtime safety checks to prevent errors
6
7
+- Add typeof check for oldStartup function in EmbedFederationRuntimeModule to prevent calling undefined function
8
+- Add typeof check for __webpack_require__.x in StartupHelpers to prevent calling undefined function
9
+- Add warning logs when these functions are missing to help developers debug issues
10
11
+These defensive checks improve stability and prevent edge case failures in certain build configurations.
0 commit comments