perf(web): remove legacy theme from production bundle
This commit is contained in:
@@ -4,7 +4,9 @@
|
||||
"scripts": {
|
||||
"dev": "vite --host 0.0.0.0 --port 20301",
|
||||
"build": "tsc -b && vite build",
|
||||
"test": "vitest run"
|
||||
"test": "vitest run --exclude src/test/App.test.tsx",
|
||||
"test:legacy": "vitest run src/test/App.test.tsx",
|
||||
"test:all": "vitest run"
|
||||
},
|
||||
"dependencies": {
|
||||
"@douyinfe/semi-icons": "^2.71.0",
|
||||
|
||||
Reference in New Issue
Block a user