{"library":"source-map-loader","type":"library","category":null,"description":"Webpack loader that extracts inline and linked source maps from JavaScript files, including from node_modules, so webpack can process them for the generated bundle. Current stable version is 5.0.0 (2024-01-15), with major releases roughly yearly. Key differentiator: it ensures source map continuity across third-party libraries, preventing misinterpretation by browsers. Requires webpack 5+ and Node.js 18.12+ as of v5. Supports a filterSourceMappingUrl option to control per-file behavior.","language":"javascript","status":"active","version":"5.0.0","tags":["javascript","webpack"],"install":[{"cmd":"npm install source-map-loader","imports":["module.exports = { module: { rules: [{ test: /\\.js$/, enforce: 'pre', use: ['source-map-loader'] }] } }","const sourceMapLoader = require('source-map-loader'); // not typical","options: { filterSourceMappingUrl: (url, resourcePath) => { ... } }"]},{"cmd":"yarn add source-map-loader","imports":[]},{"cmd":"pnpm add source-map-loader","imports":[]}],"homepage":null,"github":"https://github.com/webpack-contrib/source-map-loader","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/source-map-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/source-map-loader/compatibility"},"provenance":{"verified_status":null,"verified_at":null,"last_verified":"Wed Jun 17","next_check":"Fri Jul 24","install_tag":null}}