refactor: use esbuild instead of vite (#2672)

(cherry picked from commit acda594cba)
This commit is contained in:
Himself65
2023-06-02 21:22:09 +08:00
committed by Alex Yang
parent 3676d6c3f0
commit 7e989ae8cb
13 changed files with 111 additions and 80 deletions
-4
View File
@@ -7,10 +7,6 @@
".": "./src/index.ts",
"./server": "./src/server.ts"
},
"scripts": {
"build": "vite build",
"dev": "vite build --watch"
},
"dependencies": {
"@toeverything/plugin-infra": "workspace:*",
"cheerio": "^1.0.0-rc.12"