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

1.0.1 • Public • Published

babel-plugin-remove-debugger

Remove debugger statements

Installation

$ npm install babel-plugin-remove-debugger

Usage

Via .babelrc (Recommended)

.babelrc

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

Via CLI

$ babel --plugins remove-debugger script.js

Via Node API

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

Dependents (9)

Package Sidebar

Install

npm i babel-plugin-remove-debugger

Weekly Downloads

84,653

Version

1.0.1

License

MIT

Last publish

Collaborators

  • npm-support