Skip to content

Commit

Permalink
chore: use @halo-dev/ui-plugin-bundler-kit to refactor vite config (#17)
Browse files Browse the repository at this point in the history
使用 Halo 新提供的 `@halo-dev/ui-plugin-bundler-kit` 包重构 Vite 打包配置。

see halo-dev/halo#4916

```release-note
None
```
  • Loading branch information
ruibaby committed Dec 5, 2023
1 parent a298638 commit 5d1f25e
Show file tree
Hide file tree
Showing 3 changed files with 330 additions and 107 deletions.
3 changes: 2 additions & 1 deletion console/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"vue": "^3.3.4"
},
"devDependencies": {
"@halo-dev/ui-plugin-bundler-kit": "^1.0.0",
"@iconify/json": "^2.2.76",
"@rushstack/eslint-patch": "^1.3.1",
"@types/canvas-confetti": "^1.6.0",
Expand All @@ -36,7 +37,7 @@
"sass": "^1.63.3",
"typescript": "~4.7.4",
"unplugin-icons": "^0.15.3",
"vite": "^3.2.7",
"vite": "^4.5.0",
"vitest": "^0.24.5",
"vue-tsc": "^1.6.5"
}
Expand Down

0 comments on commit 5d1f25e

Please sign in to comment.