{"id":17624814,"url":"https://github.com/geovanisouza92/talk-webpack","last_synced_at":"2026-04-30T01:39:38.841Z","repository":{"id":145443662,"uuid":"102792111","full_name":"geovanisouza92/talk-webpack","owner":"geovanisouza92","description":"Exemplo de site estático empacotado com Webpack","archived":false,"fork":false,"pushed_at":"2017-09-07T22:37:11.000Z","size":191,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-30T01:41:54.221Z","etag":null,"topics":["doge","webpack"],"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/geovanisouza92.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":"2017-09-07T22:36:52.000Z","updated_at":"2017-09-11T19:56:55.000Z","dependencies_parsed_at":"2023-04-17T18:04:57.407Z","dependency_job_id":null,"html_url":"https://github.com/geovanisouza92/talk-webpack","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/geovanisouza92/talk-webpack","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geovanisouza92%2Ftalk-webpack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geovanisouza92%2Ftalk-webpack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geovanisouza92%2Ftalk-webpack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geovanisouza92%2Ftalk-webpack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/geovanisouza92","download_url":"https://codeload.github.com/geovanisouza92/talk-webpack/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geovanisouza92%2Ftalk-webpack/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32451481,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T22:27:22.272Z","status":"ssl_error","status_checked_at":"2026-04-29T22:10:49.234Z","response_time":110,"last_error":"SSL_read: 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":["doge","webpack"],"created_at":"2024-10-22T22:05:54.352Z","updated_at":"2026-04-30T01:39:38.817Z","avatar_url":"https://github.com/geovanisouza92.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Roadmap\n\n- Overview\n  + O que é um *module bundler*?\n  + Pra quê serve um *módule bundler*?\n  + Projeto\n    * index.html: inclui lodash e src/index.js\n    * src/index.js: \"component\" usando lodash global\n\n# master\n\nPreparando webpack\n\n- Servir o projeto com http-server\n- Instalar webpack\n- Compilar src/index.js com webpack\n- Watch mode\n- Production mode\n- Ajustar o index.html para usar o bundle.js\n- webpack.config.js\n  + Entry\n  + Output\n- Remover lodash global\n- Referenciar lodash no src/index.js\n- Instalar webpack-dev-server e html-webpack-plugin\n- Remover referência de script do index.html\n- webpack.config.js\n  + Plugins\n- NPM scripts\n\n# 01-webpack\n\nIncluindo estilos\n\n- Adicionar src/styles.css\n- Referenciar no src/index.js\n- Instalar css-loader e style-loader\n- webpack.config.js\n  + Loaders (regra pra css)\n  + Plugins (extract-text-webpack-plugin)\n\n# 02-styles\n\nPreparando assets\n\n- Adicionar imagem e fonts\n- Referenciar no styles.css (@font-face)\n- Instalar url-loader e file-loader\n- webpack-config.js\n  + Loaders (regra para fonts)\n  + Limit de inline\n  + Nome do arquivo\n- Referenciar no index.html (img)\n- Instalar html-loader\n- webpack-config.js\n  + Loaders (regra para imagens)\n\n# 03-assets\n\nPreparando doge\n\n- Adicionar um novo módulo (src/doge.js)\n- Modificar component no src/index.js para usar o src/doge.js\n- webpack.config.js\n  + named chunks no entry\n  + [name] no output.filename\n  + CommonsChunkPlugin\n\n# 04-doge\n\nProjeto finalizado\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeovanisouza92%2Ftalk-webpack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgeovanisouza92%2Ftalk-webpack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeovanisouza92%2Ftalk-webpack/lists"}