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?
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?