{"id":15844356,"url":"https://github.com/afeiship/webpack-entries","last_synced_at":"2026-05-05T05:31:20.996Z","repository":{"id":96088549,"uuid":"66804978","full_name":"afeiship/webpack-entries","owner":"afeiship","description":"Webpack config that can easy get multi entries.","archived":false,"fork":false,"pushed_at":"2018-04-25T15:44:23.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-07T11:31:05.362Z","etag":null,"topics":["entry","glob","webpack"],"latest_commit_sha":null,"homepage":null,"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/afeiship.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2016-08-29T02:37:07.000Z","updated_at":"2018-04-25T15:44:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"c8c54afc-bd3b-485f-8010-d4f7059afe5a","html_url":"https://github.com/afeiship/webpack-entries","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afeiship%2Fwebpack-entries","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afeiship%2Fwebpack-entries/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afeiship%2Fwebpack-entries/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afeiship%2Fwebpack-entries/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/afeiship","download_url":"https://codeload.github.com/afeiship/webpack-entries/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246681722,"owners_count":20816936,"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":["entry","glob","webpack"],"created_at":"2024-10-05T17:21:42.026Z","updated_at":"2026-05-05T05:31:20.969Z","avatar_url":"https://github.com/afeiship.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# webpack-entries\n\u003e Get webpack entries from glob path.(For spa/multple pages configurations)\n\n\n## usage:\n```javascript\n//Only one module for SPA project:\nvar webpackEntries = entries('src/modules/my-module/index.js');\n\n//Multi modules use glob expression:\nvar webpackEntries = entries('src/modules/**/index.js');\n\n//Multi modules use array:\nvar webpackEntries = entries(['src/modules/my-module1/index.js','src/modules/my-module2/index.js']);\n```\n\n## windows path join:\n```javascript\n\n//the result of path.join:\nvar path=\"c:\\\\eset\\\\adfo\";\n\n//but:display: c:\\eset\\adfo\nconsole.log(path);\n\n//resolve:\nconsole.log(path.replace(/\\\\/g,'/'));\n\n//if you use this string for test:\nconsole.log(\"c:\\eset\\adfo\");\n\n//This will be display：`c:esetadfo`\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fafeiship%2Fwebpack-entries","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fafeiship%2Fwebpack-entries","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fafeiship%2Fwebpack-entries/lists"}