This website requires JavaScript.
Explore
关于
Help
Register
Sign In
github
/
halo
mirror of
https://github.com/halo-dev/halo
Watch
1
Star
0
Fork
You've already forked halo
0
Code
Issues
Releases
Wiki
Activity
9cdd8a5301
halo
/
ui
/
packages
/
components
/
prettier.config.js
4 lines
64 B
Java
Raw
Normal View
History
Unescape
Escape
chore: use pnpm's workspace feature to manage base components (halo-dev/console#579)
2022-06-14 07:56:55 +00:00
module
.
exports
=
{
chore: bump vite to 5.x (#5920) #### What type of PR is this? /area ui /kind improvement /milestone 2.16.x #### What this PR does / why we need it: 升级 Vite 至 5.x。 #### Does this PR introduce a user-facing change? ```release-note 升级 UI 部分的 Vite 版本至 5.x。 ```
2024-05-16 06:18:36 +00:00
plugins
:
[
"../../prettier.config.cjs"
]
,
chore: use pnpm's workspace feature to manage base components (halo-dev/console#579)
2022-06-14 07:56:55 +00:00
}
;