{"id":17685771,"url":"https://github.com/jpommerening/drop-chunk-assets-webpack-plugin","last_synced_at":"2025-03-30T20:25:41.604Z","repository":{"id":57147192,"uuid":"91711409","full_name":"jpommerening/drop-chunk-assets-webpack-plugin","owner":"jpommerening","description":"Drop chunk assets when all you need is file-loader output","archived":false,"fork":false,"pushed_at":"2017-05-30T13:24:37.000Z","size":1,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-06T10:40:29.702Z","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/jpommerening.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}},"created_at":"2017-05-18T15:47:08.000Z","updated_at":"2017-05-18T15:48:01.000Z","dependencies_parsed_at":"2022-09-05T15:50:34.389Z","dependency_job_id":null,"html_url":"https://github.com/jpommerening/drop-chunk-assets-webpack-plugin","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jpommerening%2Fdrop-chunk-assets-webpack-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jpommerening%2Fdrop-chunk-assets-webpack-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jpommerening%2Fdrop-chunk-assets-webpack-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jpommerening%2Fdrop-chunk-assets-webpack-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jpommerening","download_url":"https://codeload.github.com/jpommerening/drop-chunk-assets-webpack-plugin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246375571,"owners_count":20767135,"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":[],"created_at":"2024-10-24T10:28:59.617Z","updated_at":"2025-03-30T20:25:41.580Z","avatar_url":"https://github.com/jpommerening.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# drop-chunk-assets-webpack-plugin\n\n\u003e Drop the generated bundle if all you're interested in is (for example) file-loader output\n\n## Usage\n\nExample:\n\n```js\nconst DropChunkAssetsPlugin = require( 'drop-chunk-assets-webpack-plugin' );\n\nmodule.exports = {\n  entry: {\n    main: 'file-loader!img-loader!./cat.jpeg'\n  },\n  output: {\n    filename: '[name].js'\n  },\n  plugins: [\n    new DropChunkAssetsPlugin('main')\n  ]\n};\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjpommerening%2Fdrop-chunk-assets-webpack-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjpommerening%2Fdrop-chunk-assets-webpack-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjpommerening%2Fdrop-chunk-assets-webpack-plugin/lists"}