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

Did you find this page helpful?