esbuild-plugin-polyfill-node
esbuild-plugin-polyfill-node copied to clipboard
Extend process polyfill
process
polyfill currently don't have stdout
and stderr
keys, but also not allowing to change them on runtime.
Is there anyway to extend default polyfill to
I would love to polyfill them with console.logs()
and console.errors()
Have you tried Object.defineProperty
?