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...
blog.suryatejak.in3 min read