babel-plugin-transform-convert-debugger

0.0.19 • Public • Published

babel-plugin-transform-remove-debugger

This plugin removes all debugger; statements.

Example

In

debugger;

Out

Installation

npm install babel-plugin-transform-remove-debugger

Usage

Via .babelrc (Recommended)

.babelrc

{
  "plugins": ["transform-remove-debugger"]
}

Via CLI

babel --plugins transform-remove-debugger script.js

Via Node API

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

/babel-plugin-transform-convert-debugger/

    Package Sidebar

    Install

    npm i babel-plugin-transform-convert-debugger

    Weekly Downloads

    3

    Version

    0.0.19

    License

    MIT

    Unpacked Size

    2.06 kB

    Total Files

    3

    Last publish

    Collaborators

    • boemianrapsodi