Paul
Paul5w ago

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.
2 Replies
marvinh.
marvinh.5w ago
overrides are not supported in Deno at the moment
Paul
PaulOP5w ago
Bummer but understood

Did you find this page helpful?