developit / microbundle

📦 Zero-configuration bundler for tiny modules.

Home Page:https://npm.im/microbundle

Repository from Github https://github.comdevelopit/microbundleRepository from Github https://github.comdevelopit/microbundle

how to set "drop console.log" in code ?

tonyload opened this issue · comments

how to set "drop console.log" in code ?

Do you mean for Microbundle to remove all console.log() statements from your built code?

If so, that's not something we support.

Because I don't think it's particularly compelling. If you want to remove console.log() statements, you can remove or comment them out yourself.