remove "buffer" from the browser-safe allowlist.

This commit is contained in:
Nacho Codoñer
2025-11-06 17:20:04 +01:00
parent dc223ee47a
commit 6ef79e16f2

View File

@@ -90,7 +90,6 @@ function makeWebNodeBuiltinsAlias(extras = []) {
// browser-safe allowlist (these we *don't* mark as false)
const allowlist = new Set([
"process",
"buffer",
"util",
"events",
"path",