Skip to content

Commit

Permalink
fix assert alias (vercel/turborepo#4114)
Browse files Browse the repository at this point in the history
### Description

typo, causing resolve failure
  • Loading branch information
sokra authored Mar 8, 2023
1 parent 24c5409 commit ac781ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/next-core/src/next_import_map.rs
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ pub fn get_next_client_resolved_map(
}

static NEXT_ALIASES: [(&str, &str); 23] = [
("asset", "next/dist/compiled/assert"),
("assert", "next/dist/compiled/assert"),
("buffer", "next/dist/compiled/buffer"),
("constants", "next/dist/compiled/constants-browserify"),
("crypto", "next/dist/compiled/crypto-browserify"),
Expand Down

0 comments on commit ac781ce

Please sign in to comment.