Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 1.46 KB

index.md

File metadata and controls

35 lines (19 loc) · 1.46 KB

Plugins

:::tip NOTE Vite aims to provide out-of-the-box support for common web development patterns. Before searching for a Vite or Compatible Rollup plugin, check out the Features Guide. A lot of the cases where a plugin would be needed in a Rollup project are already covered in Vite. :::

Official Plugins

  • Provides Vue 3 Single File Components support.
  • Provides all-in-one React Support.
  • Provides legacy browsers support for the production build.
  • Provides manualChunks strategy from Vite <=2.7

Community Plugins

Check out awesome-vite - you can also submit a PR to list your plugins there.

Rollup Plugins

Vite plugins are an extension of Rollup's plugin interface. Check out the Rollup Plugin Compatibility section for more information.