babel-plugin-log-shiny A babel plugin that helps make console.log conspicuous install npm i @babel/plugin-log-shiny -D config { "plugins": [ [ "@babel/plugin-log-shiny", { "prefix": "whatever you want~ like 🔥" } ] ] }