cardstack / glimmer-scoped-css

MIT License
8 stars 0 forks source link

Change selector hash to come from super-fast-md5 #9

Closed backspace closed 1 year ago

backspace commented 1 year ago

The use of node:crypto was causing problems with some code that needs to run in the browser.

backspace commented 1 year ago

Actually loader-utils also uses node:crypto so this didn’t make the error go away… I’m going to switch to sync-sha1.

habdelra commented 1 year ago

I think we just need a nice fast hashing function--i think it's not super important to be sha256 secifically