Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 524 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 524 Bytes

plugin banner

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