chore: config and remove extra deps
This commit is contained in:
parent
6bbb8059e7
commit
c213f9b295
2 changed files with 4 additions and 9 deletions
|
|
@ -1,10 +1,9 @@
|
|||
import { fileURLToPath } from 'url'
|
||||
|
||||
import { defineConfig, transformWithEsbuild } from 'vite'
|
||||
import { defineConfig } from 'vite'
|
||||
import react from '@vitejs/plugin-react-swc'
|
||||
import svgr from 'vite-plugin-svgr'
|
||||
import fixReactVirtualized from 'esbuild-plugin-react-virtualized'
|
||||
import serveStatic from 'serve-static'
|
||||
|
||||
export default defineConfig({
|
||||
base: '/',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue