{"id":16837219,"url":"https://github.com/ankeetmaini/learn-webpack","last_synced_at":"2026-01-20T20:33:36.788Z","repository":{"id":66149376,"uuid":"53052132","full_name":"ankeetmaini/learn-webpack","owner":"ankeetmaini","description":"A simple app to learn Webpack like a Boss!","archived":false,"fork":false,"pushed_at":"2017-05-30T01:18:48.000Z","size":46,"stargazers_count":4,"open_issues_count":178,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-07T13:47:37.072Z","etag":null,"topics":[],"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/ankeetmaini.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":"2016-03-03T13:26:01.000Z","updated_at":"2018-05-03T08:46:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"0cd1b6a3-daeb-4141-94b4-981f5dda6f1d","html_url":"https://github.com/ankeetmaini/learn-webpack","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ankeetmaini/learn-webpack","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ankeetmaini%2Flearn-webpack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ankeetmaini%2Flearn-webpack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ankeetmaini%2Flearn-webpack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ankeetmaini%2Flearn-webpack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ankeetmaini","download_url":"https://codeload.github.com/ankeetmaini/learn-webpack/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ankeetmaini%2Flearn-webpack/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28612969,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T18:56:40.769Z","status":"ssl_error","status_checked_at":"2026-01-20T18:54:26.653Z","response_time":117,"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":[],"created_at":"2024-10-13T12:16:34.078Z","updated_at":"2026-01-20T20:33:36.769Z","avatar_url":"https://github.com/ankeetmaini.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# learn-webpack\n\nA simple app to learn Webpack like a Boss!\n\n# running\n\n```bash\nnpm install\n\n// DEV\nnpm start \n\n// PROD\nnpm run build\n```\n\n## things to achieve with Webpack\n- [x] Bundle all JavaScript. Meh\n- [x] Use Node server to do it, no `webpack-dev-server`\n- [x] Use Babel for ES6 and JSX\n- [x] Use Hot reloading. Yay!\n- [x] Generate `index.html` referencing all generated assets at build time\n- [x] Have `source-maps` to debug like a Boss!\n- [x] Have a sample app ready? Yay `bundle.js` is \u003e **1MB**, Optimize!\n- [x] Have CSS bundled in\n- [ ] Hot reloading keeping the state intact, transforms!\n- [ ] Show errors on browser, *react-transform-catch-erros*, Sir Dan Abramov!\n- [x] Generate Webpack conf for DEV and PROD\n- [x] Separate bundles for app and vendor\n- [ ] Extract CSS separately\n- [x] Optimize bundle size (`app`: **299kB** -\u003e **23kB** and `vendor`: **919kB** -\u003e **199kB**)\n  - [x] Dedupe, reduces the bundle size a little \u003e 0 :P\n  - [x] Minification [PROD only]\n  - [x] Define `NODE_ENV=production` for React, Redux and other library bundling improvements\n- [x] Hashing\n- [ ] Long term caching\n- [x] Common chunking, zzzzzz\n- [ ] Server rendered? Huhh?\n- [ ] PostCSS, kill me now?\n- [x] Finally, clean the build folder, ~~will you please?~~\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fankeetmaini%2Flearn-webpack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fankeetmaini%2Flearn-webpack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fankeetmaini%2Flearn-webpack/lists"}