Skip to content

Commit 2b153fc

Browse files
authored
Add browser field entries for all require calls in sys.ts (#33242)
1 parent 3109b64 commit 2b153fc

File tree

7 files changed

+10
-7
lines changed

7 files changed

+10
-7
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,10 @@
111111
"fs": false,
112112
"os": false,
113113
"path": false,
114-
"@microsoft/typescript-etw": false
114+
"crypto": false,
115+
"buffer": false,
116+
"@microsoft/typescript-etw": false,
117+
"source-map-support": false
115118
},
116119
"dependencies": {}
117120
}

0 commit comments

Comments
 (0)