{"library":"null-loader","type":"library","category":null,"description":"A webpack loader that returns an empty module, useful for silencing unwanted imports (e.g., polyfills) in your bundle. Current stable version is 4.0.1 (released 2020-10-09), supporting webpack 4 and 5. Maintained under the webpack-contrib organization. Unlike other loaders, it provides a minimal no-op module instead of stripping imports entirely.","language":"javascript","status":"active","version":"4.0.1","tags":["javascript","webpack"],"install":[{"cmd":"npm install null-loader","imports":["module.exports = { module: { rules: [{ test: /polyfill\\.js$/, use: 'null-loader' }] } }","const NullLoader = require('null-loader');","use: require.resolve('null-loader')"]},{"cmd":"yarn add null-loader","imports":[]},{"cmd":"pnpm add null-loader","imports":[]}],"homepage":null,"github":"https://github.com/webpack-contrib/null-loader","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/null-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/null-loader/compatibility"},"provenance":{"verified_status":null,"verified_at":null,"last_verified":"Wed Jun 17","next_check":"Fri Jul 24","install_tag":null}}