4.0.1 • Published 5 years ago

vite-plugin-react v4.0.1

Weekly downloads
2,275
License
MIT
Repository
github
Last release
5 years ago

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')]
}