Hey, i'm trying to use ViteJs for project. Since this is es6 only, the code errors out inside safe-buffer package `Buffer` is undefined here <img width="883" alt="Screenshot 2021-04-19 at 11 31 26" src="https://user-images.githubusercontent.com/55835379/115214427-c9a56b80-a102-11eb-9ee3-155f2a133e67.png"> If we included this simple check, this wouldn't error out in ViteJs environment. <img width="351" alt="Screenshot 2021-04-19 at 11 32 12" src="https://user-images.githubusercontent.com/55835379/115214526-e477e000-a102-11eb-9c37-52c2a0d297fd.png"> Is there any reason not to include check like this? If you would be interested, i could submit PR