cyco130 / esbuild-plugin-polyfill-node

ESBuild plugin to polyfill Node.js built-ins geared towards edge environments.
MIT License
52 stars 8 forks source link

Fix globals polyfill not being inserted #25

Open Incoherent-Code opened 3 months ago

Incoherent-Code commented 3 months ago

Fix issue #22 This fix inserts the globals polyfill when specified with the config, unlike how it currently is.