Skip to content

Commit 433da4d

Browse files
committed
chore: update external code
1 parent 858d3a0 commit 433da4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

turbopack/crates/turbopack-ecmascript/src/references/external_module.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ impl CachedExternalModule {
103103
let global_access = self
104104
.request
105105
.split('/')
106-
.fold("global".to_string(), |acc, part| {
106+
.fold("globalThis".to_string(), |acc, part| {
107107
format!("{}[{}]", acc, StringifyJs(part))
108108
});
109109

0 commit comments

Comments
 (0)