A compatibility list of rollup plugins for Vite 2 and test playground
The Vite Rollup Plugins resource, now archived and no longer updated, served as a compatibility list and test playground for Rollup plugins under Vite. Despite its static status, it emphasized the shift in npm downloads towards Vite, suggesting that plugin developers document compatibility directly. The resource provided status indicators for official plugins, installation instructions, a list of compatible plugins, and guidelines for contribution.
To run the Vite Rollup Plugins project locally, follow these steps:
git clone [repository_url]
git clone git@github.com:user/repo.git
Or HTTPS:
git clone https://github.com/user/repo.git
npm run dev
The development server will start and be accessible at [server_address].
npm run build
The Vite Rollup Plugins resource, now archived, was a valuable tool for developers seeking compatibility information and testing for Rollup plugins under Vite. While it won’t be updated further, the transition towards Vite in the npm ecosystem indicates the need for direct compatibility documentation in plugin repositories. The resource encouraged contributions, provided detailed installation instructions, and catered to both official and community plugins for seamless integration into the project structure.