{"library":"webpack-remove-debug","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":[]}]}