Skip to content

Commit c697021

Browse files
committed
fix: typo
1 parent ee90c94 commit c697021

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/nextjs-mf/src/plugins/container/runtimePlugin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ export default function (): FederationRuntimePlugin {
7575
let gs = globalThis;
7676
try {
7777
// Catch webpack rewrites of globalThis.
78-
if (gs === ___webpack_require__.g) {
78+
if (gs === __webpack_require__.g) {
7979
gs = new Function('return globalThis')();
8080
}
8181
} catch (e) {

0 commit comments

Comments
 (0)