giveth-dapps-v2
giveth-dapps-v2 copied to clipboard
P2 PFP | remove console.log from production builds
While testing, I found that there is a lot of info being written to console. We should consider adding some mechanism to remove console.log
from our production builds - among other things, to make them more performant.
Here is some inspiration, we can also test a github action to remove it, but that would be more dangerous I think.
https://dev.to/drsimplegraffiti/remove-consolelog-from-production-mode-4d8i