ds300 / patch-package

Fix broken node modules instantly 🏃🏽‍♀️💨
MIT License
10.48k stars 295 forks source link

Q&A: possibility to use patch package with regular directories #543

Open dberardo-com opened 3 weeks ago

dberardo-com commented 3 weeks ago

Is it possible to patch regular directories using this package, and not just npm packages?

My use case is that I have cloned a git submodule in my repo that I always want to keep up-to-date with upstream repo, but need to apply some patches to integrate it to my main app