{"id":15163199,"url":"https://github.com/ckotzbauer/cache-bust-loader","last_synced_at":"2025-09-30T17:31:19.911Z","repository":{"id":43360317,"uuid":"79269150","full_name":"ckotzbauer/cache-bust-loader","owner":"ckotzbauer","description":"Webpack Loader for Cache Busting","archived":true,"fork":false,"pushed_at":"2022-03-10T05:46:18.000Z","size":84,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-09-29T18:41:03.759Z","etag":null,"topics":["cache","cache-reset","caching","webpack","webpack-loader","webpack2"],"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/ckotzbauer.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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-01-17T20:33:23.000Z","updated_at":"2023-01-28T02:29:05.000Z","dependencies_parsed_at":"2022-08-20T02:40:26.828Z","dependency_job_id":null,"html_url":"https://github.com/ckotzbauer/cache-bust-loader","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ckotzbauer%2Fcache-bust-loader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ckotzbauer%2Fcache-bust-loader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ckotzbauer%2Fcache-bust-loader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ckotzbauer%2Fcache-bust-loader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ckotzbauer","download_url":"https://codeload.github.com/ckotzbauer/cache-bust-loader/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234760697,"owners_count":18882576,"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","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":["cache","cache-reset","caching","webpack","webpack-loader","webpack2"],"created_at":"2024-09-27T02:20:50.530Z","updated_at":"2025-09-30T17:31:19.454Z","avatar_url":"https://github.com/ckotzbauer.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cache-Bust Loader\n\n[![NPM](https://img.shields.io/npm/v/cache-bust-loader.svg)](https://www.npmjs.com/package/cache-bust-loader)\n\n## DEPRECATED: This project is not maintained anymore.\n\nThis Webpack loader adds a cache-bust query parameter to referenced files in your source code.\n\n\n## Installation\n\n```\nnpm install cache-bust-loader\n```\n\n\n## Usage\n\nAdd this to your webpack.config.js to apply the logic to your .css files for example.\n\n### Webpack 1\n\n```js\nmodule.exports = {\n  ...\n  module: {\n    loaders: [\n\t  { test: /\\.css$/, loader: \"cache-bust-loader?name=bust\u0026value=ZZxTE!css-loader\" }\n\t]\n  }\n  ...\n};\n```\n\n### Webpack 2\n\n```js\nmodule.exports = {\n  ...\n  module: {\n    rules: [\n\t  { test: /\\.css$/, loader: \"cache-bust-loader?name=bust\u0026value=ZZxTE!css-loader\" }\n\t]\n  }\n  ...\n};\n```\n\n## Configuration\n\nThe following parameters are possible:\n\n| Parameter   | Mandatory | Data type | Default value                                        |\n|-------------|-----------|-----------|------------------------------------------------------|\n| `name`      | True      | String    |                                                      |\n| `value`     | False     | String    |                                                      |\n| `types`     | False     | String    | eot;woff;woff2;svg;ttf;otf;jpg;jpeg;png;ico;gif;json |\n\nThe `name` describes the name of the query parameter, the `value` the string which should change every build. If the `value` is empty, no parameters are applied (e.g. in development mode). The `types` are filetypes\nwhich you want to be cache-busted. Split them with a semicolon.\n\n\n[License](https://github.com/ckotzbauer/cache-bust-loader/blob/main/LICENSE)\n------\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fckotzbauer%2Fcache-bust-loader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fckotzbauer%2Fcache-bust-loader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fckotzbauer%2Fcache-bust-loader/lists"}