diff --git a/vite.config.ts b/vite.config.ts index db2e84f..7e1dac9 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -1,6 +1,6 @@ /// import * as path from 'path'; -import react from '@vitejs/plugin-react'; +import react from '@vitejs/plugin-react-swc'; import { defineConfig } from 'vite'; import { VitePWA } from 'vite-plugin-pwa';