{"id":20325534,"url":"https://github.com/beckan/webpack-js-concat-plugin","last_synced_at":"2025-10-14T12:04:08.354Z","repository":{"id":143928305,"uuid":"136835114","full_name":"beckan/webpack-js-concat-plugin","owner":"beckan","description":"A Javascript concat plugin for webpack","archived":false,"fork":false,"pushed_at":"2018-06-20T16:59:18.000Z","size":22,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-28T10:49:27.646Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/beckan.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"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-06-10T18:38:24.000Z","updated_at":"2018-06-20T16:59:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"dcd6e849-eb15-43c0-9eec-d0abcaa548aa","html_url":"https://github.com/beckan/webpack-js-concat-plugin","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/beckan/webpack-js-concat-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beckan%2Fwebpack-js-concat-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beckan%2Fwebpack-js-concat-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beckan%2Fwebpack-js-concat-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beckan%2Fwebpack-js-concat-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/beckan","download_url":"https://codeload.github.com/beckan/webpack-js-concat-plugin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beckan%2Fwebpack-js-concat-plugin/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267046450,"owners_count":24026904,"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-25T02:00:09.625Z","response_time":70,"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-11-14T19:40:25.875Z","updated_at":"2025-10-14T12:04:03.278Z","avatar_url":"https://github.com/beckan.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# webpack-js-concat-plugin\n\nA Javascript concat plugin for webpack\n\n## Requirements\n\nThis module requires a minimum of Node v6.9.0 and Webpack 4.\n\n## Getting Started\n\nTo begin, you'll need to install `webpack-js-concat-plugin`:\n\n```console\n$ npm install webpack-js-concat-plugin --save-dev\n```\n\nThen add the plugin to your `webpack` config. For example:\n\n```js\n// webpack.config.js\nconst ConcatPlugin = require('webpack-js-concat-plugin');\n\nmodule.exports = {\n  // ...\n  plugins: [\n    new ConcatPlugin(options),\n  ],\n  // ...\n}\n```\n\nAnd run `webpack` via your preferred method.\n\n## Options\n\n### `files`\n\nType: `Object`\nDefault: `{}`\n\n### `output`\n\nType: `String`\nDefault: `./`\n\n## License\n\n#### [MIT](./LICENSE)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeckan%2Fwebpack-js-concat-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbeckan%2Fwebpack-js-concat-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeckan%2Fwebpack-js-concat-plugin/lists"}