{"id":19281648,"url":"https://github.com/simbathesailor/dynamic-lazy-load-webpack","last_synced_at":"2026-02-28T02:41:04.503Z","repository":{"id":97916856,"uuid":"143161547","full_name":"simbathesailor/dynamic-lazy-load-webpack","owner":"simbathesailor","description":"A simple demonstration fordynamically  lazy-load ES module","archived":false,"fork":false,"pushed_at":"2018-08-01T13:54:02.000Z","size":444,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-24T14:45:50.151Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/simbathesailor.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2018-08-01T13:41:47.000Z","updated_at":"2018-12-22T13:38:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"0e77008f-05a9-4adc-ba44-2a6b426c5b1e","html_url":"https://github.com/simbathesailor/dynamic-lazy-load-webpack","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/simbathesailor/dynamic-lazy-load-webpack","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simbathesailor%2Fdynamic-lazy-load-webpack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simbathesailor%2Fdynamic-lazy-load-webpack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simbathesailor%2Fdynamic-lazy-load-webpack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simbathesailor%2Fdynamic-lazy-load-webpack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simbathesailor","download_url":"https://codeload.github.com/simbathesailor/dynamic-lazy-load-webpack/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simbathesailor%2Fdynamic-lazy-load-webpack/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29923419,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-27T19:37:42.220Z","status":"online","status_checked_at":"2026-02-28T02:00:07.010Z","response_time":90,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-11-09T21:23:42.851Z","updated_at":"2026-02-28T02:41:04.452Z","avatar_url":"https://github.com/simbathesailor.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Webpack Academy Courses for Frontend Masters\nCode repository for the three Webpack courses recorded in 2018.\n\n1. [Webpack 4 Fundamentals](https://frontendmasters.com/courses/webpack-fundamentals/) ([Slides](https://docs.google.com/presentation/d/1hFtMCMo62DgOIc-9OwgaVwPZHwv1cgMELArHcMbXlSI/edit#slide=id.g15e96ef847_0_0))\n2. [Web Performance with Webpack](https://frontendmasters.com/courses/performance-webpack/) ([Slides](https://docs.google.com/presentation/d/1FW3GT9Ww1S6SEGu8HAO5eRZUFggfVuFE2ievNCDWVDo/edit?usp=sharing))\n3. [Mastering Webpack Plugins](https://frontendmasters.com/courses/webpack-plugins/) ([Slides](https://docs.google.com/presentation/d/1P5f-cK4jlhGQIfPQ_vaYFRWV464kBb5UaUBkfRjBp4Y/edit?usp=sharing))\n\n## Project Setup\n\nThis project assumes you have [Node.js v8](http://nodejs.org/) or greater installed which comes\nthe latest [npm](https://www.npmjs.com/) v5 or greater installed as well. \n\n\u003e Note: Sean uses [yarn](https://yarnpkg.com/lang/en/) instead of npm at times in this course. yarn and npm do the same thing, with a slightly different API.\n\u003e `npm run dev` vs `yarn dev`\n\u003e `npm install webpack-dev-server --save-dev` vs `yarn add webpack-dev-server`\n\nThere are different branches depending on which course you are going through.\n\n1. [Sign up](https://github.com/join) for a GitHub Account (if you don't already have one)\n2. [Fork](https://help.github.com/articles/fork-a-repo/) this repo\n3. [Clone](https://help.github.com/articles/cloning-a-repository/) your fork\n4. In the directory you cloned the repository, run `git fetch --all`\n\n## Getting Started\nThese steps will assume that you have `cd`'d in your preferred editor to this repositories cloned location.\n\n1. Install dependencies: `npm install`\n2. Enjoy the course!\n\nTip: Use `git clone BRANCH_NAME -f` to jump into a given branch. The `-f` will force overwriting your local changes.\n\n## Contact\n* Email: sean.larkin@microsoft.com\n* Twitter: [@TheLarkInn](https://twitter.com/thelarkinn)\n\n## Support for the Courses\n* Log a [Github issue](https://github.com/thelarkinn/webpack-workshop-2018/issues) if there's an issue with the code.\n* Email: support@frontendmasters.com if you have a general issue with the courses.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimbathesailor%2Fdynamic-lazy-load-webpack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimbathesailor%2Fdynamic-lazy-load-webpack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimbathesailor%2Fdynamic-lazy-load-webpack/lists"}