{"library":"ignore-loader","type":"library","category":null,"description":"ignore-loader is a Webpack loader designed to prevent specified files from being processed and bundled by Webpack. It achieves this by essentially replacing the content of matched modules with an empty string, effectively omitting them from the final build output. First published 9 years ago and last updated in 2017 (version 0.1.2), it is considered an abandoned package. This loader is primarily relevant for older Webpack configurations (versions 1-3) that utilized the `module.loaders` array syntax, as modern Webpack (versions 4+) uses `module.rules`. It doesn't receive new features or bug fixes, and its utility is largely superseded by more flexible configuration options or newer community loaders.","language":"javascript","status":"abandoned","version":"0.1.2","tags":["javascript"],"last_verified":"Wed May 27","install":[{"cmd":"npm install ignore-loader","imports":["module: { loaders: [{ test: /\\.css$/, loader: 'ignore-loader' }] }","module: {\n  loaders: [\n    { test: /\\.(png|jpg|gif)$/, loader: 'ignore-loader' }\n  ]\n}"]},{"cmd":"yarn add ignore-loader","imports":[]},{"cmd":"pnpm add ignore-loader","imports":[]}],"homepage":null,"github":"https://github.com/cherrry/ignore-loader","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/ignore-loader","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/ignore-loader/compatibility"}}