Skip to content

Commit

Permalink
fixup externals
Browse files Browse the repository at this point in the history
  • Loading branch information
sokra committed Mar 5, 2024
1 parent 45f37a2 commit 6e12d8b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ impl ResolvePlugin for ExternalCjsModulesResolvePlugin {
);
}
}
let path = result.ident().path();
let path = result.ident().path().resolve().await?;
let file_type = get_file_type(path, &*path.await?).await?;

match (file_type, is_esm) {
Expand Down

0 comments on commit 6e12d8b

Please sign in to comment.