{"id":13631717,"url":"https://github.com/lihongxun945/diving-into-webpack","last_synced_at":"2025-04-05T00:09:21.439Z","repository":{"id":66349515,"uuid":"128706827","full_name":"lihongxun945/diving-into-webpack","owner":"lihongxun945","description":"webpack 源码解析系列","archived":false,"fork":false,"pushed_at":"2019-04-01T13:23:54.000Z","size":1297,"stargazers_count":743,"open_issues_count":3,"forks_count":91,"subscribers_count":28,"default_branch":"master","last_synced_at":"2025-03-28T23:08:31.914Z","etag":null,"topics":["diving-into-webpack","source","webpack"],"latest_commit_sha":null,"homepage":"","language":null,"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/lihongxun945.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}},"created_at":"2018-04-09T03:02:47.000Z","updated_at":"2025-03-23T08:35:57.000Z","dependencies_parsed_at":"2023-02-21T12:45:29.699Z","dependency_job_id":null,"html_url":"https://github.com/lihongxun945/diving-into-webpack","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/lihongxun945%2Fdiving-into-webpack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lihongxun945%2Fdiving-into-webpack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lihongxun945%2Fdiving-into-webpack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lihongxun945%2Fdiving-into-webpack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lihongxun945","download_url":"https://codeload.github.com/lihongxun945/diving-into-webpack/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247266564,"owners_count":20910836,"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":["diving-into-webpack","source","webpack"],"created_at":"2024-08-01T22:02:35.648Z","updated_at":"2025-04-05T00:09:21.420Z","avatar_url":"https://github.com/lihongxun945.png","language":null,"funding_links":[],"categories":["Others","Webpack"],"sub_categories":[],"readme":"# Webpack 源码解析\n\nWebpack 作为前端领域最重要的构建工具,任何一个优秀的前端工程师必定需要对它有比较深入的了解。本系列文章会带您深入理解webpack的实现原理，阅读关键代码，并自己实现一些简单的功能。\n\n这个系列总共包括8篇文章，首先分析我们常用的一些loader，然后看webpack核心代码的工作流程，最后探讨HMR以及tree-shaking等特性。\n\n文章目录：\n\n- [我对webpack的看法以及本系列文章的规划](./1-introduction.md)\n- [写一个自己的babel-loader](./2-babel-loader.md)\n- [style-loader和css-loader](./3-style-loader-and-css-loader.md)\n- [file-loader和url-loader](./4-file-loader-and-url-loader.md)\n- [bundle.js内容分析](./5-bundle.js.md)\n- [webpack处理流程分析](./6-process-pipe-line.md)\n- [HMR热更新原理](./7-hmr.md)\n- [Tree shaking](./8-tree-shaking.md)\n\n# 相关源码\n\n所有相关的源码都在这里 [my-webpack-loader](https://github.com/lihongxun945/my-webpack-loader)\n\n# 提出你的问题\n如果你有任何问题或者建议，欢迎以Issue的方式提出来共同探讨。\n\n\n言川@2018\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flihongxun945%2Fdiving-into-webpack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flihongxun945%2Fdiving-into-webpack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flihongxun945%2Fdiving-into-webpack/lists"}