{"library":"webpack-remove-code-blocks","type":"library","category":null,"description":"A webpack loader plugin that removes blocks of code marked with special comment labels (e.g., `/* devblock:start */.../* devblock:end */`) from files processed by webpack. Current stable version 0.10.1 supports webpack >=3.0.0 and Node.js >=18. It allows multiple named block definitions, optional replacement text, and modes to skip removal based on webpack's `mode` option. Differentiates from alternatives by supporting custom labels, prefixes, and suffixes, and being actively maintained.","language":"javascript","status":"active","version":"0.10.1","tags":["javascript","webpack","blocks","strip code","remove code","remove code blocks","webpack-loader","webpack-strip-blocks","webpack-remove-blocks"],"last_verified":"Wed May 27","install":[{"cmd":"npm install webpack-remove-code-blocks","imports":["module.exports = { module: { rules: [ { test: /\\.js$/, use: 'webpack-remove-code-blocks' } ] } }","loader: 'webpack-remove-code-blocks'","options: { blocks: ['debug', { start: 'devblock_start', end: 'devblock_end', prefix: '/*', suffix: '*/' }] }"]},{"cmd":"yarn add webpack-remove-code-blocks","imports":[]},{"cmd":"pnpm add webpack-remove-code-blocks","imports":[]}],"homepage":null,"github":"https://github.com/kudashevs/webpack-remove-code-blocks","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/webpack-remove-code-blocks","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-code-blocks/compatibility"}}