version: v4.4.5

This commit is contained in:
XiaoDaiGua-Ray 2023-12-15 14:12:35 +08:00
parent 6649579a0c
commit 7d8b1b123f
3 changed files with 8 additions and 1 deletions

View File

@ -1,5 +1,11 @@
# CHANGE LOG
## 4.4.5
## Feats
- 切换 `cdn` 源至 `https://www.staticfile.org/`
## 4.4.4
升级 `vite` 版本至 `5.0.8`。提升构建速度,并且消除了烦人的 `terser` 警告(未配置该项都会被警告,确实很烦)。

View File

@ -1,7 +1,7 @@
{
"name": "ray-template",
"private": false,
"version": "4.4.4",
"version": "4.4.5",
"type": "module",
"engines": {
"node": "^18.0.0 || >=20.0.0",

View File

@ -50,6 +50,7 @@ function onlyReportOptions(mode: string) {
function onlyBuildOptions(mode: string) {
return [
viteCDNPlugin({
url: 'https://www.staticfile.org/',
// modules 顺序 vue, vue-demi 必须保持当前顺序加载,否则会出现加载错误问题
modules: [
'vue',