Say hello to patch-package: An efficient approach to patching packages in node_modules
Background: When working on NodeJS project, I came across a bug with a third-party dependency. A quick fix was applied by modifying the source files directly in my node_modules directory which got me thinking for efficient ways to accomplish this. P...
Oct 19, 20203 min read256