refactor: change HMR plugin to @vitejs/plugin-react-swc

This commit is contained in:
2025-09-22 22:34:17 +09:00
parent 8b6947c72c
commit 9fc00089b1
3 changed files with 150 additions and 394 deletions

View File

@@ -1,5 +1,5 @@
import { defineConfig } from 'vite';
import react from '@vitejs/plugin-react';
import react from '@vitejs/plugin-react-swc';
import tailwindcss from '@tailwindcss/vite';
import path from 'path';