best approach to apply pollyfills?
A library I want to use within a CF worker imports “crypto”, so I need to apply a pollyfill that will use node:crypto instead. I’ve never messed around with pollyfills so I am not sure how to go about this correctly.