broccoli-strip-debug

Strip console and debugger statements from JavaScript code

MIT 7 个版本
安装
npm install broccoli-strip-debug
yarn add broccoli-strip-debug
pnpm add broccoli-strip-debug
bun add broccoli-strip-debug
README

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

版本列表
3.0.0 2024-05-01
2.0.0 2018-02-28
1.1.0 2015-10-15
1.0.0 2014-08-02
0.3.0 2014-03-06
0.2.1 2014-02-24
0.2.0 2014-02-23