Rollup, UUID, and Error Crypto getRandomValues() Not Supported - Solved
I ran into this error while using Rollup and the uuid package: Error: Crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported The problem? It boiled down to this small …