-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
multiple patches per package #13
Comments
before: create simple patch
this will create one patch file in patches/some-package+1.2.3.patch after: create multi patch
this should init a git repo in node_modules/some-package
now the user can copy patches from git to
this uses on the next call to
patch-package sees that there are multiple patches in
then the multiple patches are converted into one patch file as this is an experimental feature, create a backup copy of the user's files |
ds300#43
The text was updated successfully, but these errors were encountered: