{"id":17375880,"url":"https://github.com/drewml/webpack-emit-all-plugin","last_synced_at":"2025-04-14T03:34:02.721Z","repository":{"id":72799403,"uuid":"99703442","full_name":"DrewML/webpack-emit-all-plugin","owner":"DrewML","description":"webpack, but without the `pack`","archived":false,"fork":false,"pushed_at":"2020-03-12T19:10:31.000Z","size":16,"stargazers_count":66,"open_issues_count":6,"forks_count":9,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-04-26T23:43:03.068Z","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/DrewML.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}},"created_at":"2017-08-08T14:43:14.000Z","updated_at":"2024-02-06T15:01:44.000Z","dependencies_parsed_at":"2023-02-25T13:31:27.468Z","dependency_job_id":null,"html_url":"https://github.com/DrewML/webpack-emit-all-plugin","commit_stats":{"total_commits":9,"total_committers":3,"mean_commits":3.0,"dds":0.2222222222222222,"last_synced_commit":"f1c83546e6a8962d97f88e90cd6305759d91cd08"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DrewML%2Fwebpack-emit-all-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DrewML%2Fwebpack-emit-all-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DrewML%2Fwebpack-emit-all-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DrewML%2Fwebpack-emit-all-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DrewML","download_url":"https://codeload.github.com/DrewML/webpack-emit-all-plugin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248816304,"owners_count":21166055,"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-16T04:04:07.945Z","updated_at":"2025-04-14T03:34:02.700Z","avatar_url":"https://github.com/DrewML.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# webpack EmitAllPlugin\n\n[![CircleCI](https://circleci.com/gh/DrewML/webpack-emit-all-plugin.svg?style=svg)](https://circleci.com/gh/DrewML/webpack-emit-all-plugin)\n\n[webpack](https://webpack.js.org/), but without the `pack`. The `EmitAllPlugin` will emit all files in the dependency tree to `output.path` as separate files, allowing you to use loaders/plugins without the need to bundle, which can be useful for some specific use-cases.\n\nInspired by [this tweet](https://twitter.com/thejameskyle/status/894730299845652481).\n\n## Install\n```sh\nnpm install -D webpack-emit-all-plugin\n```\n\n## Usage\nIn your `webpack.config.js`:\n```js\nconst path = require('path');\nconst EmitAllPlugin = require('webpack-emit-all-plugin');\n{\n    plugins: [\n        new EmitAllPlugin({\n            ignorePattern: /node_modules/ // default,\n            path: path.join(__dirname, 'unbundled-out') // defaults to `output.path`\n        })\n    ]\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrewml%2Fwebpack-emit-all-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdrewml%2Fwebpack-emit-all-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrewml%2Fwebpack-emit-all-plugin/lists"}