@niefeng/babel-console-clear

0.0.2 • Public • Published

niefeng-babel-console-clear

Install

# yarn
yarn add @niefeng/babel-console-clear --dev

Usage

.babelrc

{
  "plugins": [
    [
      "module:@niefeng/babel-console-clear",
      { "include": ["log", "error", "warn"] } // 添加要去除的 console,默认不去除
    ]
  ]
}

Dependencies (0)

    Dev Dependencies (3)

    Package Sidebar

    Install

    npm i @niefeng/babel-console-clear

    Weekly Downloads

    0

    Version

    0.0.2

    License

    MIT

    Unpacked Size

    1.48 kB

    Total Files

    5

    Last publish

    Collaborators

    • wanglk2018