vite-plugin-react
TypeScript icon, indicating that this package has built-in type declarations

4.0.1 • Public • Published

vite-plugin-react

Provides React Fast Refresh support for Vite.

This plugin is included by default in the create-vite-app React template.

// vite.config.js
module.exports = {
  jsx: 'react',
  plugins: [require('vite-plugin-react')]
}

Readme

Keywords

Package Sidebar

Install

npm i vite-plugin-react

Weekly Downloads

6,849

Version

4.0.1

License

MIT

Unpacked Size

12.2 kB

Total Files

14

Last publish

Collaborators

  • yyx990803