{"id":16225918,"url":"https://github.com/bestguy/webpack-example","last_synced_at":"2025-10-19T02:06:58.934Z","repository":{"id":28281326,"uuid":"31792712","full_name":"bestguy/webpack-example","owner":"bestguy","description":"Webpack example showing features.","archived":false,"fork":false,"pushed_at":"2016-02-25T00:01:14.000Z","size":6,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-14T02:51:21.491Z","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/bestguy.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}},"created_at":"2015-03-06T22:51:01.000Z","updated_at":"2016-02-25T00:01:15.000Z","dependencies_parsed_at":"2022-07-24T15:47:08.756Z","dependency_job_id":null,"html_url":"https://github.com/bestguy/webpack-example","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/bestguy%2Fwebpack-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bestguy%2Fwebpack-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bestguy%2Fwebpack-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bestguy%2Fwebpack-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bestguy","download_url":"https://codeload.github.com/bestguy/webpack-example/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247773744,"owners_count":20993633,"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":[],"created_at":"2024-10-10T12:46:55.622Z","updated_at":"2025-10-19T02:06:53.901Z","avatar_url":"https://github.com/bestguy.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Webpack example\n\nTo run:\n\n    npm install\n    cd ./public/scripts\n    bower install\n    cd ../../\n    node app.js\n\n\n## Presentation notes below:\n=\n----\n\n# Webpack\n## Module bundler\n[http://webpack.github.io/](http://webpack.github.io/)\n\n\n----\n\n## Alternative to require.js, Browserify, etc\n\n----\n\n## Supports CommonJS, AMD (require.js), ES6 modules, and others\n\n----\n\n## Extensible loader mechanism also supports\n\n- JSON\n- CSS/LESS/SASS\n- Images\n- HTML, Jade\n- Etc.\n\n----\n\n## Designed to concat to single file\n\nAlso supports splitting application into async parts\n\nInspects entry point and finds all dependencies automatically\n\n----\n\n## Development\n\nGrunt/Gulp/etc Integration\n(Largely replaces most build and minification steps though)\n\nwebpack-dev-middleware\n\n----\n\n## Some Pluses\n\n- Module format agnostic\n- Very simple to setup, use, watch, and and minify\n- Very extensible\n\n----\n\n## Some Drawbacks\n\n- Need to be careful with automatic dependency finding\n- Doesn't work well with heavy use of dynamic requires\n- (Ex: Durandal view conventions, plugin config, etc.)\n\n----\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbestguy%2Fwebpack-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbestguy%2Fwebpack-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbestguy%2Fwebpack-example/lists"}