defunctzombie / node-process

process information for node.js and browsers
MIT License
122 stars 62 forks source link

About ES module #92

Open kuankuan2007 opened 10 months ago

kuankuan2007 commented 10 months ago

This project currently only supports commonJS, which is a bad news for my vite built project, so I tried to modify it myself to be compatible with es modules

https://github.com/kuankuan2007/node-process/tree/kuankuan2007

houston3 commented 5 months ago

+1 for this. This also affects google cloud functions