{"id":26785815,"url":"https://github.com/lwd-technology/appcache-webpack-plugin-plus","last_synced_at":"2025-03-29T11:32:16.292Z","repository":{"id":57182697,"uuid":"104041019","full_name":"lwd-technology/appcache-webpack-plugin-plus","owner":"lwd-technology","description":"Generate an application cache for a Webpack build","archived":false,"fork":false,"pushed_at":"2017-09-20T01:53:46.000Z","size":103,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-03-01T04:13:23.925Z","etag":null,"topics":["appcache","appcache-manifest","webpack"],"latest_commit_sha":null,"homepage":null,"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/lwd-technology.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-09-19T07:23:35.000Z","updated_at":"2018-05-22T17:30:11.000Z","dependencies_parsed_at":"2022-09-11T22:40:37.454Z","dependency_job_id":null,"html_url":"https://github.com/lwd-technology/appcache-webpack-plugin-plus","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lwd-technology%2Fappcache-webpack-plugin-plus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lwd-technology%2Fappcache-webpack-plugin-plus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lwd-technology%2Fappcache-webpack-plugin-plus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lwd-technology%2Fappcache-webpack-plugin-plus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lwd-technology","download_url":"https://codeload.github.com/lwd-technology/appcache-webpack-plugin-plus/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246178244,"owners_count":20736110,"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":["appcache","appcache-manifest","webpack"],"created_at":"2025-03-29T11:30:50.031Z","updated_at":"2025-03-29T11:32:16.291Z","avatar_url":"https://github.com/lwd-technology.png","language":"TypeScript","readme":"# appcache-webpack-plugin-plus\n\nDerived from the original [`appcache-webpack-plugin`](https://github.com/lettertwo/appcache-webpack-plugin), but updated and converted to Typescript.\n\n## Usage\n\n```javascript\n// Note the `.default`!\nconst AppcachePlugin = require('appcache-webpack-plugin-plus').default\n\nmodule.exports = {\n  plugins: [\n    new AppcachePlugin({\n      cache: ['someOtherAsset.jpg'],\n      network: [],  // No network access allowed!\n      fallback: ['failwhale.jpg'],\n      settings: ['prefer-online'],\n      exclude: ['file.txt', /.*\\.js$/], // Exclude file.txt and all .js files\n      output: 'my-manifest.appcache'\n    })\n  ]\n}\n```\n\nArguments:\n\n* `cache`: An array of additional assets to cache. Defaults to `[]`.\n* `network`: An array of assets that may be accessed via the network.\n  Defaults to `['*']`.\n* `fallback`: An array of fallback assets. Defaults to `[]`.\n* `settings`: An array of settings. Defaults to `[]`.\n* `exclude`: An array of strings or regex patterns. Assets in the compilation\nthat match any of these patterns will be excluded from the manifest. Defaults to `[]`.\n* `output`: The filename to write the appcache. Defaults to `manifest.appcache`.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flwd-technology%2Fappcache-webpack-plugin-plus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flwd-technology%2Fappcache-webpack-plugin-plus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flwd-technology%2Fappcache-webpack-plugin-plus/lists"}