remove console.log on assets precompile

Viewed 3243

During assets:precompile the javascript is minified, but console.logs are left in.

is there a way to remove all console.logs on precompile when the code is pushed to production?

4 Answers
Related