Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on May 1, 2024. It is now read-only.

sindresorhus/broccoli-strip-debug

Repository files navigation

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

Resources

License

Code of conduct

Contributing

Stars

10 stars

Watchers

1 watching

Forks

Packages

 
 
 

Contributors