This repository was archived by the owner on Oct 30, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2828 "@types/react-dom" : " ^18.2.14" ,
2929 "@typescript-eslint/eslint-plugin" : " ^6.9.1" ,
3030 "@typescript-eslint/parser" : " ^6.9.1" ,
31- "@vitejs/plugin-react-swc " : " ^3.4.1 " ,
31+ "@vitejs/plugin-react" : " ^4.3.0 " ,
3232 "autoprefixer" : " ^10.4.16" ,
3333 "eslint" : " ^8.53.0" ,
3434 "eslint-config-prettier" : " ^9.0.0" ,
Original file line number Diff line number Diff line change 1- import react from '@vitejs/plugin-react-swc ' ;
1+ import react from '@vitejs/plugin-react' ;
22import { defineConfig } from 'vite' ;
33
44// https://vitejs.dev/config https://vitest.dev/config
Original file line number Diff line number Diff line change 2121 "devDependencies" : {
2222 "@types/react" : " ^18.0.24" ,
2323 "@types/react-dom" : " ^18.0.8" ,
24- "@vitejs/plugin-react" : " ^2.2 .0" ,
24+ "@vitejs/plugin-react" : " ^4.3 .0" ,
2525 "autoprefixer" : " ^10.4.14" ,
2626 "clsx" : " ^1.2.1" ,
2727 "postcss" : " ^8.4.24" ,
Original file line number Diff line number Diff line change 1- import { defineConfig } from 'vite' ;
21import react from '@vitejs/plugin-react' ;
2+ import { defineConfig } from 'vite' ;
33
44// https://vitejs.dev/config/
55export default defineConfig ( {
Original file line number Diff line number Diff line change 2020 "devDependencies" : {
2121 "@types/react" : " ^18.0.24" ,
2222 "@types/react-dom" : " ^18.0.8" ,
23- "@vitejs/plugin-react-swc " : " ^3.8.1 " ,
23+ "@vitejs/plugin-react" : " ^4.3.0 " ,
2424 "autoprefixer" : " ^10.4.16" ,
2525 "postcss" : " ^8.4.30" ,
2626 "prettier" : " ^3.0.3" ,
Original file line number Diff line number Diff line change 11import { defineConfig } from 'vite' ;
2- import react from '@vitejs/plugin-react-swc ' ;
2+ import react from '@vitejs/plugin-react' ;
33
44// https://vitejs.dev/config/
55export default defineConfig ( {
You can’t perform that action at this time.
0 commit comments