This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

babel-plugin-remove-console

1.0.1 • Public • Published

babel-plugin-remove-console

Remove console.* calls

Installation

$ npm install babel-plugin-remove-console

Usage

Via .babelrc (Recommended)

.babelrc

{
  "plugins": ["remove-console"]
}

Via CLI

$ babel --plugins remove-console script.js

Via Node API

require("babel-core").transform("code", {
  plugins: ["remove-console"]
});

Dependencies (0)

    Dev Dependencies (1)

    Package Sidebar

    Install

    npm i babel-plugin-remove-console

    Weekly Downloads

    84,924

    Version

    1.0.1

    License

    MIT

    Last publish

    Collaborators

    • npm-support