{"id":15692005,"url":"https://github.com/rossta/non-digest-webpack-plugin","last_synced_at":"2025-10-07T09:22:09.132Z","repository":{"id":66515682,"uuid":"123842868","full_name":"rossta/non-digest-webpack-plugin","owner":"rossta","description":"Webpack plugin to emit both both digest and non-digest assets.","archived":false,"fork":false,"pushed_at":"2018-03-05T16:42:48.000Z","size":9,"stargazers_count":7,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-25T11:34:43.330Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/rossta.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":"CODE_OF_CONDUCT.md","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":"2018-03-05T00:29:58.000Z","updated_at":"2021-08-16T19:21:07.000Z","dependencies_parsed_at":"2023-02-20T23:45:16.445Z","dependency_job_id":null,"html_url":"https://github.com/rossta/non-digest-webpack-plugin","commit_stats":{"total_commits":10,"total_committers":1,"mean_commits":10.0,"dds":0.0,"last_synced_commit":"4d207556defd207dce118a9bee7f0f04eca0765b"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rossta/non-digest-webpack-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rossta%2Fnon-digest-webpack-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rossta%2Fnon-digest-webpack-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rossta%2Fnon-digest-webpack-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rossta%2Fnon-digest-webpack-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rossta","download_url":"https://codeload.github.com/rossta/non-digest-webpack-plugin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rossta%2Fnon-digest-webpack-plugin/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267585716,"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-10-03T18:27:39.238Z","updated_at":"2025-10-07T09:22:04.068Z","avatar_url":"https://github.com/rossta.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Non-Digest Webpack Plugin\n\nWebpack plugin to emit both both digest and non-digest assets.\n\nGiven a webpack configuration that emits files with filenames with digests,\n\n```javascript\nmodule.exports = {\n  // ...\n  output: {\n    filename: '[name]-[chunkhash].js',\n  },\n\n  // ...\n  plugins: [\n    new NonDigestPlugin(),\n  ],\n}\n```\n\nthis plugin is intended to emit the asset with the canonical filename as well.\n\n```bash\n                      Asset     Size  Chunks             Chunk Names\napp-3618228d7f2beda4fa0b.js  2.72 kB       0  [emitted]  app\n                     app.js  2.72 kB          [emitted]\n```\n\n## Install\n\n```bash\nnpm install --save-dev non-digest-webpack-plugin\n```\n\n## Usage\n\nIn your webpack configuration:\n\n```javascript\nconst NonDigestPlugin = require('non-digest-webpack-plugin');\n\nmodule.exports = {\n  // ...\n  plugins: [\n    new NonDigestPlugin(),\n  ],\n}\n```\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/rossta/non-digest-webpack-plugin. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](contributor-covenant.org) code of conduct.\n\n## License\n\nThe package is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frossta%2Fnon-digest-webpack-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frossta%2Fnon-digest-webpack-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frossta%2Fnon-digest-webpack-plugin/lists"}