{"id":13671257,"url":"https://github.com/huruji/add-server-client-script-webpack-plugin","last_synced_at":"2025-03-18T06:43:40.915Z","repository":{"id":34228372,"uuid":"172244265","full_name":"huruji/add-server-client-script-webpack-plugin","owner":"huruji","description":"In order to solve the problem that webpack-dev-server need add client script to entry  manually like `webpack-dev-server/client?http:localhost:8080` via node.js Api","archived":false,"fork":false,"pushed_at":"2022-05-16T18:48:35.000Z","size":259,"stargazers_count":1,"open_issues_count":4,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-26T15:06:10.905Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/huruji.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2019-02-23T17:42:52.000Z","updated_at":"2021-10-20T12:32:40.000Z","dependencies_parsed_at":"2022-08-09T09:40:41.379Z","dependency_job_id":null,"html_url":"https://github.com/huruji/add-server-client-script-webpack-plugin","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huruji%2Fadd-server-client-script-webpack-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huruji%2Fadd-server-client-script-webpack-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huruji%2Fadd-server-client-script-webpack-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huruji%2Fadd-server-client-script-webpack-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/huruji","download_url":"https://codeload.github.com/huruji/add-server-client-script-webpack-plugin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244173502,"owners_count":20410295,"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-08-02T09:01:04.302Z","updated_at":"2025-03-18T06:43:40.891Z","avatar_url":"https://github.com/huruji.png","language":"JavaScript","readme":"# add-server-client-script-webpack-plugin\nIn order to solve the problem that webpack-dev-server need add script entry manually like `webpack-dev-server/client?http:localhost:8080` via node api\n\n\n## How to use\n\n```js\nnpm i --save-dev add-server-client-script-webpack-plugin\n```\n\n```js\n// webpack.config.js\nconst AddServerClientScriptPlugin = reuire('add-server-client-script-webpack-plugin')\n\nconst config = {\n  plugins: [\n    new AddServerClientScriptPlugin({\n      port: 8080\n    })\n  ]\n}\n```\n\n\n## options\n### port\n\ndefault `8080`\n\n### host\n\ndefault `localhost`\n\n### protocol\n\ndefault `http:`\n\n","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhuruji%2Fadd-server-client-script-webpack-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhuruji%2Fadd-server-client-script-webpack-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhuruji%2Fadd-server-client-script-webpack-plugin/lists"}