unjs / unenv

🕊️ Convert javaScript code to be runtime agnostic
MIT License
340 stars 18 forks source link

fix: add default export for `polyfill/process` #261

Closed pi0 closed 2 weeks ago

pi0 commented 2 weeks ago

Fixes #260 (considering wrangler dep bumps to the latest nightly version and we don't have hoisting issue)

This PR adds back default export for polyfill/process.ts entry, improving its compatibility.