{"id":19767177,"url":"https://github.com/camunda/camunda-modeler-webpack-plugin","last_synced_at":"2025-04-30T15:32:50.613Z","repository":{"id":41971384,"uuid":"480380429","full_name":"camunda/camunda-modeler-webpack-plugin","owner":"camunda","description":"Webpack plugins to easily configure Camunda Modeler extensions.","archived":false,"fork":false,"pushed_at":"2024-01-24T14:29:00.000Z","size":150,"stargazers_count":2,"open_issues_count":1,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-10-31T07:35:18.455Z","etag":null,"topics":["camunda-modeler","camunda-modeler-plugin","webpack","webpack-plugin"],"latest_commit_sha":null,"homepage":"","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/camunda.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-04-11T12:57:11.000Z","updated_at":"2024-06-12T07:54:48.000Z","dependencies_parsed_at":"2022-08-12T01:00:54.209Z","dependency_job_id":null,"html_url":"https://github.com/camunda/camunda-modeler-webpack-plugin","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/camunda%2Fcamunda-modeler-webpack-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/camunda%2Fcamunda-modeler-webpack-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/camunda%2Fcamunda-modeler-webpack-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/camunda%2Fcamunda-modeler-webpack-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/camunda","download_url":"https://codeload.github.com/camunda/camunda-modeler-webpack-plugin/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224217806,"owners_count":17275289,"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":["camunda-modeler","camunda-modeler-plugin","webpack","webpack-plugin"],"created_at":"2024-11-12T04:28:16.949Z","updated_at":"2024-11-12T04:28:17.666Z","avatar_url":"https://github.com/camunda.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# camunda-modeler-webpack-plugin\n\n[![Build Status](https://github.com/pinussilvestrus/camunda-modeler-webpack-plugin/workflows/CI/badge.svg)](https://github.com/pinussilvestrus/camunda-modeler-webpack-plugin/actions?query=workflow%3ACI)\n\nWebpack plugin to easily configure Camunda Modeler extensions.\n\n## Installation\n\n```sh\nnpm i --save-dev camunda-modeler-webpack-plugin\n```\n\n## Usage\n\nAdd the plugin to your webpack config.\n\n```js\nconst CamundaModelerWebpackPlugin = require('camunda-modeler-webpack-plugin');\n\nmodule.exports = {\n  plugins: [\n    new CamundaModelerWebpackPlugin()\n  ]\n};\n```\n\n## Configuration\n\nYou can pass options to customize the resulting webpack configuration. \n\nFor example, in case you build a plugin to only extend the Properties Panel without using JSX syntax:\n\n```js\nplugins: [\n  new CamundaModelerWebpackPlugin({\n    type: 'propertiesPanel',\n    propertiesPanelLoader: false\n  })\n]\n```\n\nFollowing options are available:\n\n| Name | Default | Description |\n| ----------- | ----------- | ----------- |\n| `propertiesPanelAlias` | true | Append Properties Panel `alias` configuration |\n| `propertiesPanelLoader` | true | Append Properties Panel `babel-loader` configuration (requires `@babel/core` dependency) |\n| `reactAlias` | true | Append React `alias` configuration |\n| `reactLoader` | true | Append React `babel-loader` configuration (requires `@babel/core` dependency) |\n| `type` |  | Specific type of the Camunda Modeler Plugin. Only [the configuration](./src/config/) of the given type will be appended. Allowed values: `react`, `propertiesPanel` |\n\n## Resources\n\n* [Camunda Modeler plugins documentation](https://docs.camunda.io/docs/components/modeler/desktop-modeler/plugins)\n* [Camunda Modeler plugin helpers](https://github.com/camunda/camunda-modeler-plugin-helpers)\n\n## License\n\nMIT","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcamunda%2Fcamunda-modeler-webpack-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcamunda%2Fcamunda-modeler-webpack-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcamunda%2Fcamunda-modeler-webpack-plugin/lists"}