{"id":19001862,"url":"https://github.com/generalsimus/webpack-typescript-loader","last_synced_at":"2025-07-28T21:08:35.184Z","repository":{"id":238412072,"uuid":"588304350","full_name":"Generalsimus/webpack-typescript-loader","owner":"Generalsimus","description":null,"archived":false,"fork":false,"pushed_at":"2023-01-16T15:06:53.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-21T13:32:31.162Z","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/Generalsimus.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-01-12T20:08:22.000Z","updated_at":"2024-02-03T18:33:47.000Z","dependencies_parsed_at":"2024-05-06T05:21:05.733Z","dependency_job_id":null,"html_url":"https://github.com/Generalsimus/webpack-typescript-loader","commit_stats":null,"previous_names":["generalsimus/typescript-webpack-loader-"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Generalsimus/webpack-typescript-loader","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Generalsimus%2Fwebpack-typescript-loader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Generalsimus%2Fwebpack-typescript-loader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Generalsimus%2Fwebpack-typescript-loader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Generalsimus%2Fwebpack-typescript-loader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Generalsimus","download_url":"https://codeload.github.com/Generalsimus/webpack-typescript-loader/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Generalsimus%2Fwebpack-typescript-loader/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267585689,"owners_count":24111576,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-28T02:00:09.689Z","response_time":68,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-08T18:13:05.366Z","updated_at":"2025-07-28T21:08:35.160Z","avatar_url":"https://github.com/Generalsimus.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [Webpack Typescript Loader](https://www.npmjs.com/package/webpack-ts-load)\n\n[![npm version][npm-version-src]][npm-version-href]\n[![npm href][standard-js-src]][standard-js-href]\n\n### webpack.config\n```js\nconst path = require('path');\n\nmodule.exports = {\n  entry: './src/index.ts',\n  module: {\n    rules: [\n      {\n        test: /\\.(((t|j)sx?)|json)$/i,\n        exclude: path.resolve(__dirname, \"node_modules\"),\n        use: [\n          {\n            loader: \"webpack-ts-load\",\n            options: {\n              compilerOptions,  // ts.CompilerOptions \n              tsConfigPath      // tsConfig file name\n              transforms,       // ts.CustomTransformers\n            },\n          },\n        ],\n      }\n    ],\n  },\n  resolve: {\n    extensions: ['.tsx', '.ts', '.js'],\n  },\n  output: {\n    filename: 'bundle.js',\n    path: path.resolve(__dirname, 'dist'),\n  },\n};\n```\n\n\n\n## License\n\nMIT\n\n\u003c!-- Refs --\u003e\n[standard-js-src]: https://img.shields.io/badge/license-MIT-brightgreen?\u0026style=flat-square\n[standard-js-href]: https://github.com/Generalsimus/KIX/blob/master/LICENSE\n\n[npm-version-src]: https://img.shields.io/npm/v/webpack-ts-load?\u0026style=flat-square\n[npm-version-href]: https://www.npmjs.com/package/webpack-ts-load\n\n\n\n \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeneralsimus%2Fwebpack-typescript-loader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgeneralsimus%2Fwebpack-typescript-loader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeneralsimus%2Fwebpack-typescript-loader/lists"}