{"id":21806684,"url":"https://github.com/hungtcs/lit-html-minifier-loader","last_synced_at":"2026-05-06T08:32:25.869Z","repository":{"id":44904325,"uuid":"513121717","full_name":"hungtcs/lit-html-minifier-loader","owner":"hungtcs","description":"A webpack loader that minifies the html in template string literals","archived":false,"fork":false,"pushed_at":"2022-12-05T05:10:18.000Z","size":48,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-19T13:32:07.605Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hungtcs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-07-12T11:51:05.000Z","updated_at":"2022-07-12T12:06:05.000Z","dependencies_parsed_at":"2023-01-24T00:46:21.469Z","dependency_job_id":null,"html_url":"https://github.com/hungtcs/lit-html-minifier-loader","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/hungtcs/lit-html-minifier-loader","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hungtcs%2Flit-html-minifier-loader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hungtcs%2Flit-html-minifier-loader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hungtcs%2Flit-html-minifier-loader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hungtcs%2Flit-html-minifier-loader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hungtcs","download_url":"https://codeload.github.com/hungtcs/lit-html-minifier-loader/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hungtcs%2Flit-html-minifier-loader/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32684636,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-06T02:33:58.958Z","status":"ssl_error","status_checked_at":"2026-05-06T02:33:39.611Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":[],"created_at":"2024-11-27T12:29:16.100Z","updated_at":"2026-05-06T08:32:25.852Z","avatar_url":"https://github.com/hungtcs.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Lit HTML Minifier Loader\n\n## Installation\n\n```shell\nnpm i -D lit-html-minifier-loader\n```\n\n```typescript\nmodule: {\n  rules: [\n    {\n      test: /\\.element\\.ts$/,\n      use: [\n        {\n          loader: 'ts-loader',\n        },\n        // add this loader after ts-loader\n        {\n          loader: 'lit-html-minifier-loader',\n          options: {\n            debug: true,\n          }\n        }\n      ],\n      include: [\n        path.join(__dirname, './src'),\n      ]\n    },\n    // ...\n  ],\n  /// \n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhungtcs%2Flit-html-minifier-loader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhungtcs%2Flit-html-minifier-loader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhungtcs%2Flit-html-minifier-loader/lists"}