Description
I was commenting on here as we are (for some unknown reason so far) not able to download the latest beta version which seem to fix the issue about the error after applying a patch.
@ds300 let me explain out situation so maybe you can point the way to go. We are having this issue: a third party package we are using has not properly set the folder directories to point to the /lib
and /es
folders.
We opened this PR for them to merge but even if that happens then the other package we want to use rc-slider. So in total this means waiting on two external PRs.
As a workaround we wanted to modify or local packages, patch them, to allow this changes which already make our build succesful but we are not able to include the package.json
file. We tried yarn patch-package rc-util --use-yarn --exclude /$.^/
as a void regexp to reenable the disbales package.json tracking for the patch but with no success.
As another workaround we modified the /es
files to patch the package but the patch-package is presenting the whitespace error This is usually caused by inconsistent whitespace in the patch file.
TL,DR: What would be the way to include package.json
in the patch?