lukso-network / universalprofile-test-dapp

Testing dApps for ERC725 and Universal Profiles.
https://up-test-dapp.lukso.tech/
17 stars 14 forks source link

feat: update vite config to add support for require('buffer') #72

Closed richtera closed 1 year ago

richtera commented 1 year ago

Add support for require('buffer')

This will now return the buffer implementation from require('buffer') but no longer assume or pollute the window globals. Similar things are already happening to 'process/buffer'. I also had problems with vite dev and some existing browser extension. Specifically LastPass for some odd reason.