chore(router): 移除未使用的demoSlot路由配置
- 从基础路由配置中删除demoSlot路由项 - 更新VSCode调试配置中的启动URL地址 - 移除package.json中多余和未使用的stylelint相关依赖包
Showing
| ... | @@ -156,12 +156,8 @@ | ... | @@ -156,12 +156,8 @@ |
| "rimraf": "^5.0.1", | "rimraf": "^5.0.1", | ||
| "rollup": "^3.22.1", | "rollup": "^3.22.1", | ||
| "rollup-plugin-visualizer": "^5.9.0", | "rollup-plugin-visualizer": "^5.9.0", | ||
| "stylelint": "^15.6.2", | |||
| "stylelint-config-prettier": "^9.0.5", | |||
| "stylelint-config-recommended": "^12.0.0", | |||
| "stylelint-config-recommended-vue": "^1.4.0", | "stylelint-config-recommended-vue": "^1.4.0", | ||
| "stylelint-config-standard": "^33.0.0", | "stylelint-config-standard": "^33.0.0", | ||
| "stylelint-order": "^6.0.3", | |||
| "terser": "^5.17.4", | "terser": "^5.17.4", | ||
| "ts-node": "^10.9.1", | "ts-node": "^10.9.1", | ||
| "typescript": "^5.0.4", | "typescript": "^5.0.4", | ||
| ... | ... |
Please
register
or
sign in
to comment