Skip to content

Commit 42b1a01

Browse files
committed
Externalize node:process
1 parent a0763d6 commit 42b1a01

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@
4545
},
4646
"alias": {
4747
"node:crypto": false,
48-
"node:buffer": false
48+
"node:buffer": false,
49+
"node:process": false
4950
},
5051
"packageManager": "yarn@1.22.22"
5152
}

0 commit comments

Comments
 (0)