3.0.0 • Published 2 days ago

broccoli-strip-debug v3.0.0

Weekly downloads
41
License
MIT
Repository
github
Last release
2 days ago

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