When running a Meteor + ReactJs app on the production server, I want to disable all the console logs and error statements from popping up.
Is there any way to do so? Something like setting a variable in the settings.json
file or something like that?