Open mdynnl opened 2 months ago
@jspm/generator still uses node crypto even if integrity isn't supplied so currently added polyfill. We don't need integrity here so, the alternatives are
crypto
integrity
pnpm patch
getIntegrity
Not really sure what we should be doing about existing importmap though. Feel free to suggest anything or take over.
@jspm/generator still uses node
crypto
even ifintegrity
isn't supplied so currently added polyfill. We don't needintegrity
here so, the alternatives arepnpm patch
)getIntegrity
https://github.com/jspm/generator/blob/e922bda037c62b3a8b86351fc08e6269dde3c83e/src/common/integrity.tscrypto
with empty mocksNot really sure what we should be doing about existing importmap though. Feel free to suggest anything or take over.