{"id":21036095,"url":"https://github.com/dimzerdevas/bundlers-babel-examples","last_synced_at":"2026-01-08T01:52:14.733Z","repository":{"id":229294662,"uuid":"776008370","full_name":"dimzerdevas/bundlers-babel-examples","owner":"dimzerdevas","description":null,"archived":false,"fork":false,"pushed_at":"2024-09-28T12:07:23.000Z","size":169,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-20T16:17:18.638Z","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/dimzerdevas.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}},"created_at":"2024-03-22T13:50:27.000Z","updated_at":"2024-09-28T12:07:20.000Z","dependencies_parsed_at":"2024-03-26T22:50:57.033Z","dependency_job_id":null,"html_url":"https://github.com/dimzerdevas/bundlers-babel-examples","commit_stats":null,"previous_names":["dimzerdevas/bundlers-babel-examples"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dimzerdevas%2Fbundlers-babel-examples","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dimzerdevas%2Fbundlers-babel-examples/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dimzerdevas%2Fbundlers-babel-examples/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dimzerdevas%2Fbundlers-babel-examples/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dimzerdevas","download_url":"https://codeload.github.com/dimzerdevas/bundlers-babel-examples/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243476363,"owners_count":20296873,"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-11-19T13:18:26.175Z","updated_at":"2026-01-08T01:52:14.705Z","avatar_url":"https://github.com/dimzerdevas.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Webpack and Rollup Examples\n===========================\n\nThis repository contains examples demonstrating how to use Webpack and Rollup for bundling and optimizing JavaScript code. These examples are part of a presentation on build tools and module bundlers.\n\nContents\n--------\n\n1.  Webpack Example:\n\n    -   The `webpack` folder contains a simple project demonstrating how to set up Webpack.\n    -   It includes an entry point (`src/index.js`), a basic configuration (`webpack.config.js`), and an `index.html` file.\n    -   To run the example:\n\n        ```\n        cd webpack\n        npm run bundle\n        npm start\n        ```\n\n2.  Rollup Example:\n\n    -   The `rollup` folder showcases Rollup usage.\n    -   It includes an entry point (`src/index.js`) and a Rollup configuration (`rollup.config.js`).\n    -   To run the example:\n\n        ```\n        cd rollup\n        npm run bundle\n        ```\n    -   Open ` index.html ` to see the result.\n\n3.  Babel Example:\n\n    -   The `babel` folder showcases Rollup usage.\n    -   It includes an entry point (`src/index.js`) and a Babel configuration (`.babelrc`).\n    -   To run the example:\n\n        ```\n        cd babel\n        npm run transpile\n        ```\n    -   See the file generated in `dist/bundle.js`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdimzerdevas%2Fbundlers-babel-examples","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdimzerdevas%2Fbundlers-babel-examples","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdimzerdevas%2Fbundlers-babel-examples/lists"}