Babel Plugin To Remove Console Logs In Production
I have faced the problem of having to remove javascript console logs manually in production. I want to have those logs during development, but not in production. There are two ways to achieve this., a messy way would be to comment out the console log...
Aug 19, 20203 min read2.3K


