@witejs/plugin-react
v4.0.4
Published
The all-in-one Wite plugin for React projects.
Downloads
26
Readme
@witejs/plugin-react
The all-in-one Wite plugin for React projects.
- enable Fast Refresh in development
- use the automatic JSX runtime
- avoid manual
import Reactin.jsxand.tsxmodules - dedupe the
reactandreact-dompackages - use custom Babel plugins/presets
// wite.config.js
import { defineConfig } from 'wite'
import react from '@witejs/plugin-react'
export default defineConfig({
plugins: [react()],
})