{"id":24663867,"url":"https://github.com/kyuch4n/webpack-copy-files","last_synced_at":"2026-05-18T11:36:29.396Z","repository":{"id":143812816,"uuid":"241883331","full_name":"kyuch4n/webpack-copy-files","owner":"kyuch4n","description":null,"archived":false,"fork":false,"pushed_at":"2020-02-20T12:57:50.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-21T08:48:38.455Z","etag":null,"topics":["copy-files","module","webpack"],"latest_commit_sha":null,"homepage":"","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/kyuch4n.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-02-20T12:52:57.000Z","updated_at":"2020-10-04T12:36:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"544bdf89-c9df-46d6-8d68-725b26fbebe4","html_url":"https://github.com/kyuch4n/webpack-copy-files","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kyuch4n/webpack-copy-files","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kyuch4n%2Fwebpack-copy-files","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kyuch4n%2Fwebpack-copy-files/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kyuch4n%2Fwebpack-copy-files/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kyuch4n%2Fwebpack-copy-files/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kyuch4n","download_url":"https://codeload.github.com/kyuch4n/webpack-copy-files/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kyuch4n%2Fwebpack-copy-files/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33177269,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-18T09:27:30.708Z","status":"ssl_error","status_checked_at":"2026-05-18T09:27:28.300Z","response_time":71,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["copy-files","module","webpack"],"created_at":"2025-01-26T05:17:17.677Z","updated_at":"2026-05-18T11:36:29.391Z","avatar_url":"https://github.com/kyuch4n.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# webpack-copy-files\n\n## APIs\n\n### AsyncFunction resolve(webpackConf[, filters])\n\n```javascript\nconst path = require(\"path\");\nconst copyFile = require(\"webpack-copy-file\");\n\ncopyFile.resolve(\n  {\n    entry: path.resolve(__dirname, \"./src/App.vue\")\n  },\n  [/node_modules/, /\\?/, /^external/]\n);\n```\n\n### AsyncFunction resolveAndCopy(webpackConf[, filters])\n\n```javascript\nconst path = require(\"path\");\nconst copyFile = require(\"webpack-copy-file\");\n\ncopyFile.resolveAndCopy(\n  {\n    entry: path.resolve(__dirname, \"./src/App.vue\"),\n    output: {\n      path: path.resolve(__dirname, \"./dist\")\n    }\n  },\n  [/node_modules/, /\\?/, /^external/]\n);\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkyuch4n%2Fwebpack-copy-files","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkyuch4n%2Fwebpack-copy-files","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkyuch4n%2Fwebpack-copy-files/lists"}