Just wrapping entire module code in `if (process.env !== 'production') {}` will do it. Most minifiers will remove the code in production.