Tired of writing console.log over and over again? babel-plugin-log-expressions got you covered! Every expression that you write turns into a console.log! Installation and configuration npm install -D babel-plugin-log-expressions // .babelrc.js module.exports = { plugins: ['babel-plugin-log-expressions'], } Inspired by this tweet