{"id":17057018,"url":"https://github.com/yuhr/process-loader","last_synced_at":"2026-04-18T00:01:41.143Z","repository":{"id":57330858,"uuid":"94568412","full_name":"yuhr/process-loader","owner":"yuhr","description":null,"archived":false,"fork":false,"pushed_at":"2017-06-16T18:48:26.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-08-30T12:35:11.577Z","etag":null,"topics":["loader","webpack"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yuhr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-06-16T17:49:43.000Z","updated_at":"2017-07-19T10:13:08.000Z","dependencies_parsed_at":"2022-09-08T07:51:19.423Z","dependency_job_id":null,"html_url":"https://github.com/yuhr/process-loader","commit_stats":null,"previous_names":["qothr/process-loader"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/yuhr/process-loader","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuhr%2Fprocess-loader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuhr%2Fprocess-loader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuhr%2Fprocess-loader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuhr%2Fprocess-loader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yuhr","download_url":"https://codeload.github.com/yuhr/process-loader/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuhr%2Fprocess-loader/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31950891,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T17:29:20.459Z","status":"ssl_error","status_checked_at":"2026-04-17T17:28:47.801Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["loader","webpack"],"created_at":"2024-10-14T10:26:14.865Z","updated_at":"2026-04-18T00:01:41.126Z","avatar_url":"https://github.com/yuhr.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003ca href=\"https://github.com/webpack/webpack\"\u003e\n    \u003cimg width=\"200\" height=\"200\"\n      src=\"https://webpack.js.org/assets/icon-square-big.svg\"\u003e\n  \u003c/a\u003e\n  \u003ch1\u003eProcess Loader\u003c/h1\u003e\n  \u003cp\u003eA loader for webpack that lets you work with the content of file.\u003c/p\u003e\n\u003c/div\u003e\n\n\u003ch2 align=\"center\"\u003eInstall\u003c/h2\u003e\n\n```bash\nnpm install --save-dev process-loader\n```\n\n\u003ch2 align=\"center\"\u003eUsage\u003c/h2\u003e\n\n```js\nmodule.exports = {\n  module: {\n    rules: [\n      {\n        test: /\\.html$/,\n        use: {\n          loader: 'process-loader',\n          options: {\n            process: (content, path) =\u003e {\n              // some pretty stuff\n              console.log(path);\n              console.log(content);\n              return content;\n            }\n          }\n        }\n      }\n    ]\n  }\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyuhr%2Fprocess-loader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyuhr%2Fprocess-loader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyuhr%2Fprocess-loader/lists"}