#How to patch an npm package imported with npm:PACKAGE?
4 messages · Page 1 of 1 (latest)
what do you mean
@slim perch You might want to take a look here: https://deno.land/manual@v1.30.3/basics/import_maps#overriding-imports If you mean by "patch" to extend modify the imported module, that is the same as in any other JS runtime.
It looks like npm modules are not cached / saved when run deno vendor