Paul
commonjs overrides
I'm trying to migrate to deno and most things are working, which is awesome. However, i have some older dependencies that are published in commonjs that I need to override their dependencies (overriding react specifically). Previously i achieved this with npm overrides, but that's not working with deno.
3 replies