{"library":"webpack-remove-debug","type":"library","category":null,"description":"A Webpack loader that removes all calls to the `debug` library and its associated require statements from your production code. v0.1.0, last release in 2021, no active maintenance. It specifically targets `debug(…)` function calls and `require('debug')` patterns, with no configuration parameters. Similar to strip-loader but limited to debug and only works for CommonJS require, not ES module imports. No updates or security patches since release.","language":"javascript","status":"abandoned","version":"0.1.0","tags":["javascript","webpack","debug","strip","remove"],"last_verified":"Wed May 27","install":[{"cmd":"npm install webpack-remove-debug","imports":["module.exports = { module: { rules: [{ test: /\\.js$/, loader: 'webpack-remove-debug' }] } };","const debug = require('debug')('myapp');","debug('some message', data);"]},{"cmd":"yarn add webpack-remove-debug","imports":[]},{"cmd":"pnpm add webpack-remove-debug","imports":[]}],"homepage":null,"github":"https://github.com/johngodley/webpack-remove-debug","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/webpack-remove-debug","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/webpack-remove-debug/compatibility"}}