{"id":22530132,"url":"https://github.com/ultimaweapon/dovm-webpack","last_synced_at":"2026-05-16T17:37:03.623Z","repository":{"id":57685948,"uuid":"466715883","full_name":"ultimaweapon/dovm-webpack","owner":"ultimaweapon","description":"webpack loader for DOVM","archived":false,"fork":false,"pushed_at":"2022-04-11T10:40:15.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-12T17:57:25.671Z","etag":null,"topics":["dovm","typescript","webpack","webpack-loader"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/ultimaweapon.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":"2022-03-06T11:23:35.000Z","updated_at":"2024-08-31T14:29:29.000Z","dependencies_parsed_at":"2022-09-18T23:13:10.122Z","dependency_job_id":null,"html_url":"https://github.com/ultimaweapon/dovm-webpack","commit_stats":null,"previous_names":["ultimaweapon/dovm-webpack","ultimicro/dovm-webpack"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/ultimaweapon/dovm-webpack","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ultimaweapon%2Fdovm-webpack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ultimaweapon%2Fdovm-webpack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ultimaweapon%2Fdovm-webpack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ultimaweapon%2Fdovm-webpack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ultimaweapon","download_url":"https://codeload.github.com/ultimaweapon/dovm-webpack/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ultimaweapon%2Fdovm-webpack/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33112097,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-16T04:41:52.686Z","status":"ssl_error","status_checked_at":"2026-05-16T04:41:52.009Z","response_time":115,"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":["dovm","typescript","webpack","webpack-loader"],"created_at":"2024-12-07T07:18:26.782Z","updated_at":"2026-05-16T17:37:03.592Z","avatar_url":"https://github.com/ultimaweapon.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DOVM Loader\n[![npm](https://img.shields.io/npm/v/dovm-loader)](https://www.npmjs.com/package/dovm-loader)\n\nThis is a loader for webpack 5 to load *.dovm files.\n\n## Install\n\n```sh\nnpm i --save-dev dovm-loader\n```\n\n## Usage\n\nThis loader required to chain with `ts-loader` due to it produce TypeScript from *.dovm. Example `webpack.config.js`:\n\n```js\nmodule.exports = {\n  module: {\n    rules: [\n      {\n        test: /\\.dovm$/i,\n        use: [\n          {\n            loader: 'ts-loader',\n            options: {\n              onlyCompileBundledFiles: true,\n              appendTsSuffixTo: [/\\.dovm$/i]\n            }\n          },\n          {\n            loader: 'dovm-loader'\n          }\n        ]\n      }\n    ]\n  }\n};\n```\n\n## Options\n\n- `sourceFile`: `true` to dump a compiled source to `component.dovm.ts`. The purpose of this option is for debugging.\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fultimaweapon%2Fdovm-webpack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fultimaweapon%2Fdovm-webpack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fultimaweapon%2Fdovm-webpack/lists"}