babel-plugin-transform-remove-debugger

6.9.4 • 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 --save-dev

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-remove-debugger/

    Package Sidebar

    Install

    npm i babel-plugin-transform-remove-debugger

    Weekly Downloads

    430,376

    Version

    6.9.4

    License

    MIT

    Unpacked Size

    1.22 kB

    Total Files

    5

    Last publish

    Collaborators

    • nicolo-ribaudo
    • boopathi
    • hzoo
    • vignesh.shanmugam
    • loganfsmyth