Skip to content

Commit

Permalink
docs: add plugin-react-swc to official plugins list (#11292)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudBarre committed Dec 9, 2022
1 parent 897f69f commit 8241758
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/plugins/index.md
Expand Up @@ -18,7 +18,11 @@ Check out [Using Plugins](../guide/using-plugins) for information on how to use

### [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/main/packages/plugin-react)

- Provides all-in-one React Support.
- Uses esbuild and Babel, achieving fast HMR with a small package footprint and the flexibility of being able to use the Babel transform pipeline.

### [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc)

- Uses esbuild during build, but replaces Babel with SWC during development. For big projects that don't require non-standard React extensions, cold start and Hot Module Replacement (HMR) can be significantly faster.

### [@vitejs/plugin-legacy](https://github.com/vitejs/vite/tree/main/packages/plugin-legacy)

Expand Down

0 comments on commit 8241758

Please sign in to comment.