You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have packages A and B, both written by myseld.
B is a dependency of A.
B is using patch-package internally.
When developing B, npm install properly applies the patches.
When adding B to a A, the patch will not be applied.
Any idea what could cause this?
Maybe it's just not the way patch-package is supposed to work?
Tried to search, didn't find anything.
The text was updated successfully, but these errors were encountered:
I have packages A and B, both written by myseld.
B is a dependency of A.
B is using patch-package internally.
When developing B, npm install properly applies the patches.
When adding B to a A, the patch will not be applied.
Any idea what could cause this?
Maybe it's just not the way patch-package is supposed to work?
Tried to search, didn't find anything.
The text was updated successfully, but these errors were encountered: