That fixes my example code but I'm working with a third party library which no longer works when usi

That fixes my example code but I'm working with a third party library which no longer works when using
nodejs_compat
because it imports
crypto
instead of
node:crypto
. Is there some way I can make this third party library use the polyfill modules?
Was this page helpful?