{"id":16130645,"url":"https://github.com/zeachco/webpack-production-setup","last_synced_at":"2026-01-20T20:33:49.768Z","repository":{"id":78432295,"uuid":"82439062","full_name":"zeachco/webpack-production-setup","owner":"zeachco","description":"a webpack 2 build pipeline focused on production performance and simplicity","archived":false,"fork":false,"pushed_at":"2017-08-20T16:45:09.000Z","size":186,"stargazers_count":4,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-07T17:46:04.466Z","etag":null,"topics":["bootstrap4","build-system","hot-reloading","production","productivity-tools","react","react-redux","sass","simplicity","webpack2"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/zeachco.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":"2017-02-19T06:04:03.000Z","updated_at":"2018-01-18T20:02:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"d41e1fb8-1faf-4c39-907c-c34f61e64345","html_url":"https://github.com/zeachco/webpack-production-setup","commit_stats":null,"previous_names":[],"tags_count":25,"template":false,"template_full_name":null,"purl":"pkg:github/zeachco/webpack-production-setup","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeachco%2Fwebpack-production-setup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeachco%2Fwebpack-production-setup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeachco%2Fwebpack-production-setup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeachco%2Fwebpack-production-setup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zeachco","download_url":"https://codeload.github.com/zeachco/webpack-production-setup/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeachco%2Fwebpack-production-setup/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28612978,"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":["bootstrap4","build-system","hot-reloading","production","productivity-tools","react","react-redux","sass","simplicity","webpack2"],"created_at":"2024-10-09T22:17:07.953Z","updated_at":"2026-01-20T20:33:49.752Z","avatar_url":"https://github.com/zeachco.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# webpack-production-setup\na webpack 2 build pipeline focused on production performance and simplicity\n\n## Use this template\n```bash\ngit clone git@github.com:zeachco/webpack-production-setup.git ./my-project\ncd my-project\nyarn install # or npm install\nnpm start # dev server\nnpm run build #creates a production ready build\n```\n\n## Or abstract the files from the structure (still working on it, might not work everwhere)\nFrom your project, run `npm install -D webpack-production-setup` then\nin your `webpack.config.js` write\n```javascript\nmodule.exports = require('wpps/webpack.config.js');\n```\nOr  you can mutate the config from here too\n```javascript\nconst wppsConfig = require('wpps/webpack.config.js');\nwppsConfig.plugins.push(/* my own plugins */);\nwppsConfig.devtool = 'cheap-module-eval-source-map';\nmodule.exports = wppsConfig;\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzeachco%2Fwebpack-production-setup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzeachco%2Fwebpack-production-setup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzeachco%2Fwebpack-production-setup/lists"}