build: fix build on FreeBSD (#3403)
- vite: use rollup/wasm-node - use vitejs/plugin-react instead of plugin-react-swc
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
import { defineConfig } from 'vite'
|
||||
import react from '@vitejs/plugin-react-swc'
|
||||
import react from '@vitejs/plugin-react'
|
||||
import { VitePWA } from 'vite-plugin-pwa'
|
||||
|
||||
const frontendPort = parseInt(process.env.PORT) || 4533
|
||||
|
||||
Reference in New Issue
Block a user