{"id":16695084,"url":"https://github.com/davidmyersdev/vite-plugins","last_synced_at":"2026-03-17T21:07:41.906Z","repository":{"id":115474535,"uuid":"555382669","full_name":"davidmyersdev/vite-plugins","owner":"davidmyersdev","description":"A collection of useful Vite plugins.","archived":false,"fork":false,"pushed_at":"2022-10-21T13:35:56.000Z","size":0,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-23T00:36:13.442Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/davidmyersdev.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},"funding":{"github":"davidmyersdev","ko_fi":"davidmyersdev","open_collective":"davidmyersdev","patreon":"davidmyersdev"}},"created_at":"2022-10-21T13:22:46.000Z","updated_at":"2022-10-21T13:22:46.000Z","dependencies_parsed_at":"2023-12-04T23:45:13.205Z","dependency_job_id":null,"html_url":"https://github.com/davidmyersdev/vite-plugins","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/davidmyersdev/vite-plugins","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidmyersdev%2Fvite-plugins","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidmyersdev%2Fvite-plugins/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidmyersdev%2Fvite-plugins/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidmyersdev%2Fvite-plugins/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/davidmyersdev","download_url":"https://codeload.github.com/davidmyersdev/vite-plugins/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidmyersdev%2Fvite-plugins/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30631452,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-17T17:32:55.572Z","status":"ssl_error","status_checked_at":"2026-03-17T17:32:38.732Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-10-12T17:05:13.727Z","updated_at":"2026-03-17T21:07:41.884Z","avatar_url":"https://github.com/davidmyersdev.png","language":null,"funding_links":["https://github.com/sponsors/davidmyersdev","https://ko-fi.com/davidmyersdev","https://opencollective.com/davidmyersdev","https://patreon.com/davidmyersdev"],"categories":[],"sub_categories":[],"readme":"# vite-plugins\n\nA collection of useful Vite plugins.\n\n```sh\nnpm install --save-dev vite-plugins\n```\n\n```ts\nimport { defineConfig } from 'vite'\nimport { externalizeDeps, nodePolyfills } from 'vite-plugins'\n\n// https://vitejs.dev/config/\nexport default defineConfig({\n  plugins: [\n    externalizeDeps({\n      nodeBuiltins: false,\n    }),\n    nodePolyfills({\n      protocolImports: true,\n    }),\n  ],\n})\n```\n\n## Included plugins\n\n- [vite-plugin-externalize-deps](https://github.com/voracious/vite-plugin-externalize-deps) A configurable Vite plugin to help externalize your dependencies (including subpaths)\n- [vite-plugin-node-polyfills](https://github.com/voracious/vite-plugin-node-polyfills) A Vite plugin to polyfill Node's Core Modules for browser environments.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidmyersdev%2Fvite-plugins","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavidmyersdev%2Fvite-plugins","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidmyersdev%2Fvite-plugins/lists"}