{"id":24518331,"url":"https://github.com/schafeld/webpack-playground","last_synced_at":"2026-05-17T21:09:57.249Z","repository":{"id":73840746,"uuid":"166539751","full_name":"schafeld/webpack-playground","owner":"schafeld","description":"Webpack experiments etc.","archived":false,"fork":false,"pushed_at":"2019-01-22T20:01:13.000Z","size":61,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-03-01T22:24:32.766Z","etag":null,"topics":["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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/schafeld.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":"2019-01-19T11:35:40.000Z","updated_at":"2019-01-22T20:01:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"cd5d46d7-6ae1-41f1-a4bb-d0f9255251e1","html_url":"https://github.com/schafeld/webpack-playground","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/schafeld/webpack-playground","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schafeld%2Fwebpack-playground","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schafeld%2Fwebpack-playground/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schafeld%2Fwebpack-playground/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schafeld%2Fwebpack-playground/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/schafeld","download_url":"https://codeload.github.com/schafeld/webpack-playground/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schafeld%2Fwebpack-playground/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33155542,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-17T09:28:26.183Z","status":"ssl_error","status_checked_at":"2026-05-17T09:27:52.702Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["webpack"],"created_at":"2025-01-22T01:41:57.417Z","updated_at":"2026-05-17T21:09:57.221Z","avatar_url":"https://github.com/schafeld.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Webpack experiments\n\nThis is a work-along for Udemy course and other sources on Webpack.\n\n## Hints\n\nRun webpack from console like this:\n```webpack --config=config/webpack.dev.js```\n\n## Notes\n\nThe placeholder _[name]_ is replaced by entry key name, i.e. _main:_ (without the colon).\n\n```\n    entry: {\n        main: './src/main.js'\n    },\n    ...\n    output: {\n        filename: \"[name]-bundle.js\",\n        ...\n```\n\nIt may be necessary to install webpack-dev-server globally\n```npm install -g webpack-dev-server```\n\nThen it can be used for development with hotreloading like this\n```webpack-dev-server --config=config/webpack.dev.js``` \n\nThe same command is configured to be run with\n```npm run start```\n\n### License\nMIT","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fschafeld%2Fwebpack-playground","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fschafeld%2Fwebpack-playground","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fschafeld%2Fwebpack-playground/lists"}