{"id":13774094,"url":"https://github.com/konsumer/rollup-plugin-jsx","last_synced_at":"2025-03-19T03:30:39.948Z","repository":{"id":65421500,"uuid":"58972500","full_name":"konsumer/rollup-plugin-jsx","owner":"konsumer","description":"Rollup jsx plugin","archived":false,"fork":false,"pushed_at":"2017-06-16T19:56:07.000Z","size":3,"stargazers_count":13,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-05-02T01:29:54.999Z","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/konsumer.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":"2016-05-16T22:32:57.000Z","updated_at":"2022-10-19T11:50:37.000Z","dependencies_parsed_at":"2023-01-22T21:05:09.980Z","dependency_job_id":null,"html_url":"https://github.com/konsumer/rollup-plugin-jsx","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/konsumer%2Frollup-plugin-jsx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/konsumer%2Frollup-plugin-jsx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/konsumer%2Frollup-plugin-jsx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/konsumer%2Frollup-plugin-jsx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/konsumer","download_url":"https://codeload.github.com/konsumer/rollup-plugin-jsx/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243965653,"owners_count":20375915,"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-08-03T17:01:23.642Z","updated_at":"2025-03-19T03:30:39.716Z","avatar_url":"https://github.com/konsumer.png","language":"JavaScript","funding_links":[],"categories":["Plugins"],"sub_categories":["Frameworks"],"readme":"# rollup jsx plugin\n\nThis is a simple wrapper around [jsx-transform](https://github.com/alexmingoia/jsx-transform). Make sure to go check that out for options.\n\n# depracated\n\nI originally made this project for buble, before JSX support went in. have a look at [/buble-react-rollup-starter](https://github.com/yamafaktory/buble-react-rollup-starter) for a great example of usage without this plugin.\n\nInstall it with `npm install rollup-plugin-jsx`\n\nUse it like this in your config:\n\n```js\nimport jsx from 'rollup-plugin-jsx'\n\nexport default {\n  dest: 'build/app.js',\n  entry: 'src/index.js',\n  plugins: [\n    jsx( {factory: 'React.createElement'} )\n  ],\n  sourceMap: true\n}\n\n```\n\nFor a more complete example, see [buble-react-rollup-starter](https://github.com/yamafaktory/buble-react-rollup-starter)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkonsumer%2Frollup-plugin-jsx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkonsumer%2Frollup-plugin-jsx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkonsumer%2Frollup-plugin-jsx/lists"}