Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
sokra authored Apr 15, 2024
1 parent 27370b3 commit 8eeef51
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ impl CachedExternalModule {
if self.external_type == CachedExternalType::CommonJs {
writeln!(code, "module.exports = mod;")?;
} else {
writeln!(code, "__turbopack_export_namespace__(mod);")?;
writeln!(code, "__turbopack_dynamic__(mod);")?;
}

Ok(EcmascriptModuleContent {
Expand Down

0 comments on commit 8eeef51

Please sign in to comment.