after require('esbuild') in a esbuild.js file, what configuration options are needed to remove console.log calls if a variable like isProduction is true?
after require('esbuild') in a esbuild.js file, what configuration options are needed to remove console.log calls if a variable like isProduction is true?