babel-plugin-console-log-label

1.0.0 • Public • Published

Console Log Label

Babel plugin for javascript label that log change into console.log()

Before

log: "Hello World"

After

console.log("Hello World")

Uses

npm install --save-dev babel-plugin-console-log-label

.babelrc

{
  "plugins": [
    "console-log-label"
  ]
}

Package Sidebar

Install

npm i babel-plugin-console-log-label

Weekly Downloads

0

Version

1.0.0

License

ISC

Last publish

Collaborators

  • whien_liou