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.
ok ~got it thanks for response
… 2023年4月25日 上午7:16,Ryan Christian ***@***.***> 写道:
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.
—
Reply to this email directly, view it on GitHub <#1038 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AMVGQ4O5TBT5EXN5J4TMZPLXC4CTJANCNFSM6AAAAAAW4WXJVY>.
You are receiving this because you authored the thread.