broccoli-strip-debug
Strip
console,alert, anddebuggerstatements from JavaScript code with strip-debug
npm install --save-dev broccoli-strip-debugconst StripDebug = require('broccoli-strip-debug');
tree = new StripDebug(tree);MIT © Sindre Sorhus