{"id":26980208,"url":"https://github.com/jchip/webpack-split-demo","last_synced_at":"2025-04-03T14:32:42.994Z","repository":{"id":284513316,"uuid":"955180846","full_name":"jchip/webpack-split-demo","owner":"jchip","description":"React Demo app with webpack code splitting ","archived":false,"fork":false,"pushed_at":"2025-03-26T08:36:17.000Z","size":55,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-26T09:37:29.888Z","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":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jchip.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":"2025-03-26T08:33:30.000Z","updated_at":"2025-03-26T08:36:20.000Z","dependencies_parsed_at":"2025-03-26T09:37:34.380Z","dependency_job_id":"267cd609-633c-4d97-b636-844356e60e02","html_url":"https://github.com/jchip/webpack-split-demo","commit_stats":null,"previous_names":["jchip/webpack-split-demo"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jchip%2Fwebpack-split-demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jchip%2Fwebpack-split-demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jchip%2Fwebpack-split-demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jchip%2Fwebpack-split-demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jchip","download_url":"https://codeload.github.com/jchip/webpack-split-demo/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247018240,"owners_count":20869979,"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":"2025-04-03T14:30:36.823Z","updated_at":"2025-04-03T14:32:42.985Z","avatar_url":"https://github.com/jchip.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Webpack Split Demo\n\nA demonstration project showcasing code splitting in Webpack with React. This project demonstrates how to optimize bundle size by splitting vendor code from application code.\n\n## Features\n\n- React 18 with modern JavaScript features\n- Webpack 5 configuration with code splitting\n- Babel configuration for React and modern JavaScript\n- Development server with hot module replacement\n- Production build optimization\n\n## Prerequisites\n\n- Node.js (v14 or higher)\n- npm (v6 or higher)\n\n## Installation\n\n1. Clone the repository:\n```bash\ngit clone \u003crepository-url\u003e\ncd webpack-split-demo\n```\n\n2. Install dependencies:\n```bash\nnpm install\n```\n\n## Available Scripts\n\n- `npm start` - Runs the development server on port 3000 with hot module replacement\n- `npm run build` - Creates a production build in the `dist` directory\n\n## Project Structure\n\n```\nwebpack-split-demo/\n├── src/\n│   ├── index.js      # Application entry point\n│   └── index.html    # HTML template\n├── dist/             # Production build output\n├── webpack.config.js # Webpack configuration\n└── package.json      # Project dependencies and scripts\n```\n\n## Webpack Configuration\n\nThe project uses Webpack 5 with the following key features:\n\n- Code splitting for vendor modules\n- Content hash for cache busting\n- Babel loader for React and modern JavaScript\n- HTML Webpack Plugin for HTML template processing\n- Development server with hot module replacement\n\n## License\n\nISC ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjchip%2Fwebpack-split-demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjchip%2Fwebpack-split-demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjchip%2Fwebpack-split-demo/lists"}