Will be good if we can choose what warnings would we like to see in the output log.
For instance, I use console.log and console.table to check several things and I get always many messages as: WARN: Dropping side-effect-free statement , since I want to check what was deleted this took a lot of time.
Will be good if we can choose what warnings would we like to see in the output log.
For instance, I use
console.logandconsole.tableto check several things and I get always many messages as: WARN: Dropping side-effect-free statement , since I want to check what was deleted this took a lot of time.