Skip to content

Commit 923182d

Browse files
authored
fix: browser support no longer working since #1628 in 26.0.0 due to missing browser field (#1654)
1 parent 2182f99 commit 923182d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/common/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,11 @@
4242
},
4343
"browser": {
4444
"fs": false,
45+
"node:fs": false,
4546
"fs/promises": false,
47+
"node:fs/promises": false,
4648
"os": false,
49+
"node:os": false,
4750
"fs.realpath": false,
4851
"mkdirp": false,
4952
"dir-glob": false,
@@ -53,6 +56,7 @@
5356
"glob-parent": false,
5457
"glob": false,
5558
"path": false,
59+
"node:path": false,
5660
"crypto": false,
5761
"buffer": false,
5862
"@microsoft/typescript-etw": false,

0 commit comments

Comments
 (0)