Skip to content

Commit 4a27070

Browse files
ztannermischnic
andauthored
Turbopack: list assert/strict as external (#80884) (#81262)
Backports: - #80884 Co-authored-by: Niklas Mischkulnig <[email protected]>
1 parent 741d095 commit 4a27070

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

turbopack/crates/turbopack-resolve/src/resolve.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@ use crate::{
1515
typescript::{apply_tsconfig_resolve_options, tsconfig, tsconfig_resolve_options},
1616
};
1717

18-
const NODE_EXTERNALS: [&str; 63] = [
18+
const NODE_EXTERNALS: [&str; 64] = [
1919
"assert",
20+
"assert/strict",
2021
"async_hooks",
2122
"buffer",
2223
"child_process",

0 commit comments

Comments
 (0)