{"id":28100366,"url":"https://github.com/tidev/webpack-plugin-babel","last_synced_at":"2026-05-01T19:32:43.032Z","repository":{"id":37970502,"uuid":"262312234","full_name":"tidev/webpack-plugin-babel","owner":"tidev","description":"Babel plugin for Appcd Webpack","archived":false,"fork":false,"pushed_at":"2024-03-06T21:44:46.000Z","size":129,"stargazers_count":0,"open_issues_count":7,"forks_count":0,"subscribers_count":12,"default_branch":"develop","last_synced_at":"2025-11-23T16:19:34.833Z","etag":null,"topics":["npm-package"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tidev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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,"zenodo":null},"funding":{"github":"tidev","liberapay":"tidev"}},"created_at":"2020-05-08T12:01:36.000Z","updated_at":"2023-01-31T18:09:52.000Z","dependencies_parsed_at":"2025-05-13T18:49:17.485Z","dependency_job_id":null,"html_url":"https://github.com/tidev/webpack-plugin-babel","commit_stats":null,"previous_names":["appcelerator/webpack-plugin-babel"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/tidev/webpack-plugin-babel","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidev%2Fwebpack-plugin-babel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidev%2Fwebpack-plugin-babel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidev%2Fwebpack-plugin-babel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidev%2Fwebpack-plugin-babel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tidev","download_url":"https://codeload.github.com/tidev/webpack-plugin-babel/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidev%2Fwebpack-plugin-babel/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32510735,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["npm-package"],"created_at":"2025-05-13T18:33:56.376Z","updated_at":"2026-05-01T19:32:43.004Z","avatar_url":"https://github.com/tidev.png","language":"JavaScript","funding_links":["https://github.com/sponsors/tidev","https://liberapay.com/tidev"],"categories":[],"sub_categories":[],"readme":"# @titanium-sdk/webpack-plugin-babel\n\n\u003e Babel plugin for Appcd Webpack\n\n## Installation\n\nTo install this plugin in an existing project, run the following command in your project root:\n\n```sh\nnpm i -D @titanium-sdk/webpack-plugin-babel\n```\n\n## Configuration\n\nWhen installing this plugin into an existing project, create a `babel.config.js` to configure babel. For Titanium apps the [`@titanium-sdk/babel-preset-app`](https://github.com/appcelerator/babel-preset-app) is recommended (and is already included in this plugin), but you can use any other Babel presets or plugins.\n\n```js\nmodule.exports = {\n  presets: [\n    '@titanium-sdk/app'\n  ]\n};\n```\n\nNew Titanium projects created with one of the Webpack project templates will already include this file.\n\n\u003e 💡 **TIP:** In case you want to use another preset, we highly recommend to include [babel-plugin-transform-titanium](https://github.com/appcelerator/babel-plugin-transform-titanium) to inline various static values, which help to strip away dead code.\n\n## Webpack configuration\n\nThis plugin will add/modify the following Webpack options:\n\n### Rules\n\n- `rule('js')`\n- `rule('js').use('cache-loader')`\n- `rule('js').use('babel-loader')`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftidev%2Fwebpack-plugin-babel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftidev%2Fwebpack-plugin-babel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftidev%2Fwebpack-plugin-babel/lists"}