{"library":"split-vendor-chunk-plugin","title":"split-vendor-chunk-plugin","type":"library","description":"A Vite plugin that automatically splits vendor chunks (node_modules imports) into separate files for improved caching and parallel loading. Current stable version: 7.0.0. The plugin groups node_modules imports into vendor chunks based on package name, with scoped packages handled separately. It is a lightweight alternative to manual Rollup/Vite manualChunks configuration. Release cadence is irregular but maintained.","language":"javascript","status":"active","last_verified":"Mon Apr 27","install":{"commands":["npm install split-vendor-chunk-plugin"],"cli":null},"imports":["import splitVendorChunkPlugin from 'split-vendor-chunk-plugin'","plugins: [splitVendorChunkPlugin()]","import { splitVendorChunkPlugin } from 'split-vendor-chunk-plugin'"],"auth":{"required":false,"env_vars":[]},"links":{"homepage":null,"github":null,"docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/split-vendor-chunk-plugin","openapi_spec":null,"status_page":null,"smithery":null},"quickstart":{"code":"// vite.config.js\nimport { defineConfig } from 'vite'\nimport splitVendorChunkPlugin from 'split-vendor-chunk-plugin'\n\nexport default defineConfig({\n  plugins: [\n    splitVendorChunkPlugin()\n  ]\n})","lang":"javascript","description":"Basic Vite configuration using split-vendor-chunk-plugin to automatically split vendor chunks.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}