Skip to content
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.

Latest commit

 

History

History
17 lines (12 loc) · 443 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 443 Bytes

[ARCHIVED] vite-plugin-react

This repo has moved to @vitejs/plugin-react-refresh.


Provides React Fast Refresh support for Vite 1.

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