feat(all): 增加镜像打包适配
This commit is contained in:
@@ -7,7 +7,8 @@
|
||||
"dev": "vite",
|
||||
"build": "tsc -b && vite build",
|
||||
"preview": "vite preview",
|
||||
"test": "vitest run"
|
||||
"test": "vitest run",
|
||||
"clean": "rimraf dist"
|
||||
},
|
||||
"dependencies": {
|
||||
"@ant-design/icons": "^6.0.0",
|
||||
@@ -40,6 +41,7 @@
|
||||
"@types/react-dom": "^18.3.7",
|
||||
"@vitejs/plugin-react-swc": "^3.11.0",
|
||||
"globals": "^16.3.0",
|
||||
"rimraf": "^6.0.1",
|
||||
"sass": "^1.91.0",
|
||||
"typescript": "~5.8.3",
|
||||
"vite": "^7.1.3",
|
||||
|
||||
Reference in New Issue
Block a user