{"id":22777016,"url":"https://github.com/cocreate-app/cocreate-webpack","last_synced_at":"2025-03-30T13:28:14.543Z","repository":{"id":214406545,"uuid":"736427861","full_name":"CoCreate-app/CoCreate-webpack","owner":"CoCreate-app","description":"A Webpack integration tool for CoCreate applications, enabling file watching, automated chunking, lazy loading, and file uploading. It leverages CoCreate.config for streamlined project builds and development workflows.","archived":false,"fork":false,"pushed_at":"2024-06-12T23:46:41.000Z","size":30,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2024-10-30T01:56:52.029Z","etag":null,"topics":["automation","chunking","cocreate","cocreate-framework","cocreatejs","file-uploading","file-watching","javascript-framework","lazy-loading","low-code","low-code-framework","realtime","webpack"],"latest_commit_sha":null,"homepage":"https://cocreate.app/docs/webpack","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/CoCreate-app.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","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},"funding":{"github":"CoCreate-app"}},"created_at":"2023-12-27T22:04:29.000Z","updated_at":"2024-06-12T23:38:24.000Z","dependencies_parsed_at":"2024-03-18T05:31:28.777Z","dependency_job_id":"0c3382ad-c74e-4a51-96e1-0e9275e111eb","html_url":"https://github.com/CoCreate-app/CoCreate-webpack","commit_stats":{"total_commits":14,"total_committers":2,"mean_commits":7.0,"dds":0.3571428571428571,"last_synced_commit":"0d827cd9e1c25b1b8b925d1ca1521ea7b6c9f504"},"previous_names":["cocreate-app/cocreate-webpack"],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CoCreate-app%2FCoCreate-webpack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CoCreate-app%2FCoCreate-webpack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CoCreate-app%2FCoCreate-webpack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CoCreate-app%2FCoCreate-webpack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CoCreate-app","download_url":"https://codeload.github.com/CoCreate-app/CoCreate-webpack/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246323127,"owners_count":20758917,"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":["automation","chunking","cocreate","cocreate-framework","cocreatejs","file-uploading","file-watching","javascript-framework","lazy-loading","low-code","low-code-framework","realtime","webpack"],"created_at":"2024-12-11T19:12:37.122Z","updated_at":"2025-03-30T13:28:14.527Z","avatar_url":"https://github.com/CoCreate-app.png","language":"JavaScript","funding_links":["https://github.com/sponsors/CoCreate-app"],"categories":[],"sub_categories":[],"readme":"# CoCreate-webpack\n\nCoCreate-webpack is a dynamic module tailored for CoCreate applications, designed to automate and enhance the Webpack experience. It simplifies file watching, chunking, lazy loading, and file uploading via intuitive `CoCreate.config` configurations, streamlining the development process for projects of any scale.\n\n![minified](https://img.badgesize.io/https://cdn.cocreate.app/webpack/latest/CoCreate-webpack.min.js?style=flat-square\u0026label=minified\u0026color=orange)\n![gzip](https://img.badgesize.io/https://cdn.cocreate.app/webpack/latest/CoCreate-webpack.min.js?compression=gzip\u0026style=flat-square\u0026label=gzip\u0026color=yellow)\n![brotli](https://img.badgesize.io/https://cdn.cocreate.app/webpack/latest/CoCreate-webpack.min.js?compression=brotli\u0026style=flat-square\u0026label=brotli)\n![GitHub latest release](https://img.shields.io/github/v/release/CoCreate-app/CoCreate-openai?style=flat-square)\n![License](https://img.shields.io/github/license/CoCreate-app/CoCreate-openai?style=flat-square)\n![Hiring](https://img.shields.io/static/v1?style=flat-square\u0026label=\u0026message=Hiring\u0026color=blueviolet)\n\n## Features\n\n-   **Automated File Watching**: Monitors file changes, streamlining the development cycle.\n-   **Configurable Chunking**: Leverages `CoCreate.config` for optimized file chunking, enhancing app performance.\n-   **Efficient Lazy Loading**: Implements lazy loading to improve resource management.\n-   **Seamless File Uploading**: Automatically uploads modified files, keeping projects current.\n\n![CoCreate-webpack](https://cdn.cocreate.app/docs/CoCreate-webpack.gif)\n\n## [Docs \u0026 Demo](https://cocreate.app/docs/webpack)\n\nFor a complete guide and working demo refer to the [doumentation](https://cocreate.app/docs/webpack)\n\n## CDN\n\n```html\n\u003cscript src=\"https://cdn.cocreate.app/webpack/latest/CoCreate-webpack.min.js\"\u003e\u003c/script\u003e\n```\n\n```html\n\u003cscript src=\"https://cdn.cocreate.app/webpack/latest/CoCreate-webpack.min.css\"\u003e\u003c/script\u003e\n```\n\n## NPM\n\n```shell\n$ npm i @cocreate/webpack\n```\n\n## yarn\n\n```shell\n$ yarn install @cocreate/webpack\n```\n\n# Table of Contents\n\n-   [Table of Contents](#table-of-contents)\n-   [Announcements](#announcements)\n-   [Roadmap](#roadmap)\n-   [How to Contribute](#how-to-contribute)\n-   [About](#about)\n-   [License](#license)\n\n\u003ca name=\"announcements\"\u003e\u003c/a\u003e\n\n# Announcements\n\nAll updates to this library are documented in our [CHANGELOG](https://github.com/CoCreate-app/CoCreate-webpack/blob/master/CHANGELOG.md) and [releases](https://github.com/CoCreate-app/CoCreate-webpack/releases). You may also subscribe to email for releases and breaking changes.\n\n\u003ca name=\"roadmap\"\u003e\u003c/a\u003e\n\n# Roadmap\n\nIf you are interested in the future direction of this project, please take a look at our open [issues](https://github.com/CoCreate-app/CoCreate-webpack/issues) and [pull requests](https://github.com/CoCreate-app/CoCreate-webpack/pulls). We would love to hear your feedback.\n\n\u003ca name=\"about\"\u003e\u003c/a\u003e\n\n# About\n\nCoCreate-webpack is guided and supported by the CoCreate Developer Experience Team.\n\nPlease Email the Developer Experience Team [here](mailto:develop@cocreate.app) in case of any queries.\n\nCoCreate-webpack is maintained and funded by CoCreate. The names and logos for CoCreate are trademarks of CoCreate, LLC.\n\n\u003ca name=\"contribute\"\u003e\u003c/a\u003e\n\n# How to Contribute\n\nWe encourage contribution to our libraries (you might even score some nifty swag), please see our [CONTRIBUTING](https://github.com/CoCreate-app/CoCreate-webpack/blob/master/CONTRIBUTING.md) guide for details.\n\nWe want this library to be community-driven, and CoCreate led. We need your help to realize this goal. To help make sure we are building the right things in the right order, we ask that you create [issues](https://github.com/CoCreate-app/CoCreate-webpack/issues) and [pull requests](https://github.com/CoCreate-app/CoCreate-webpack/pulls) or merely upvote or comment on existing issues or pull requests.\n\nWe appreciate your continued support, thank you!\n\n\u003ca name=\"license\"\u003e\u003c/a\u003e\n\n# License\n\n[The MIT License (MIT)](https://github.com/CoCreate-app/CoCreate-webpack/blob/master/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcocreate-app%2Fcocreate-webpack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcocreate-app%2Fcocreate-webpack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcocreate-app%2Fcocreate-webpack/lists"}