davidmyersdev / vite-plugin-node-polyfills

A Vite plugin to polyfill Node's Core Modules for browser environments.
MIT License
263 stars 17 forks source link

Vite v4.x Support? #10

Closed jaswrks closed 1 year ago

jaswrks commented 1 year ago

Found: vite@4.0.3 npm ERR! node_modules/vite npm ERR! vite@"^4.0.3" from the root project npm ERR! npm ERR! Could not resolve dependency: npm ERR! peer vite@"^2.0.0 || ^3.0.0" from vite-plugin-node-polyfills@0.5.0

Would it be possible to support Vite v4.x in this plugin, please?

davidmyersdev commented 1 year ago

Thanks for bringing this to my attention!

I just need to loosen the peer dependency requirements and test it out. I'll get a fix for that out ASAP.

davidmyersdev commented 1 year ago

This has been fixed in v0.6.0.

jaswrks commented 1 year ago

Thank you SO much. Happy Holidays 🎄