sindresorhus / broccoli-strip-debug

Strip console, alert, and debugger statements from JavaScript code

Home Page:https://github.com/sindresorhus/strip-debug

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

broccoli-strip-debug

Strip console, alert, and debugger statements from JavaScript code with strip-debug

Install

npm install --save-dev broccoli-strip-debug

Usage

const StripDebug = require('broccoli-strip-debug');
tree = new StripDebug(tree);

License

MIT © Sindre Sorhus

About

Strip console, alert, and debugger statements from JavaScript code

https://github.com/sindresorhus/strip-debug

License:MIT License


Languages

Language:JavaScript 100.0%