FredKSchott / rollup-plugin-polyfill-node

A modern Node.js polyfill for your Rollup bundle.
Other
175 stars 55 forks source link

'homedir' is not exported by polyfill-node.os.js #29

Open cedrtang opened 3 years ago

cedrtang commented 3 years ago

Hi,

AS the title says, homedir is not currently included in the os module for the current version. Is there any plan to add it in the future or a fix I could apply in the meantime ? This is required for certains AWS libraries.

Thank you for your help!

busterbogheart commented 2 years ago

@cedrtang Did you get anywhere with this?

cedrtang commented 2 years ago

@busterbogheart I didn't use AWS libraries as they were not compatible for a browser environment so I didn't use this lib. My AWS functions are called in my backend