4.0.4 • Published 1 year ago
@witejs/plugin-react v4.0.4
@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 React
in.jsx
and.tsx
modules - dedupe the
react
andreact-dom
packages - use custom Babel plugins/presets
// wite.config.js
import { defineConfig } from 'wite'
import react from '@witejs/plugin-react'
export default defineConfig({
plugins: [react()],
})
4.0.4
1 year ago
3.1.0
2 years ago
3.0.0
2 years ago
1.3.2
2 years ago
2.0.0-beta.1
3 years ago
1.3.2-alpha.0
3 years ago