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 ee90c94 commit c697021Copy full SHA for c697021
packages/nextjs-mf/src/plugins/container/runtimePlugin.ts
@@ -75,7 +75,7 @@ export default function (): FederationRuntimePlugin {
75
let gs = globalThis;
76
try {
77
// Catch webpack rewrites of globalThis.
78
- if (gs === ___webpack_require__.g) {
+ if (gs === __webpack_require__.g) {
79
gs = new Function('return globalThis')();
80
}
81
} catch (e) {
0 commit comments