Firstly, thanks for your work on this project! 🙂
Today I used patch-package to patch grunt-replace@2.0.2 for the project I'm working on.
When upgrading from grunt-replace 0.4.0 to 2.0.2, we lost the logging of each replacement. With a large batch of replacements, it's very helpful to see these log entries, since they are the only indication of progress. Turning verbose mode on is not an option, because it applies to other modules. (in our case logging roughly 10 lines per file)
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used patch-package to patch
grunt-replace@2.0.2
for the project I'm working on.When upgrading from grunt-replace 0.4.0 to 2.0.2, we lost the logging of each replacement. With a large batch of replacements, it's very helpful to see these log entries, since they are the only indication of progress. Turning verbose mode on is not an option, because it applies to other modules. (in our case logging roughly 10 lines per file)
Here is the diff that solved my problem:
This issue body was partially generated by patch-package.