mirror of
https://github.com/XiaoDaiGua-Ray/ray-template.git
synced 2025-04-06 03:57:49 +08:00
version: v4.4.5
This commit is contained in:
parent
6649579a0c
commit
7d8b1b123f
@ -1,5 +1,11 @@
|
|||||||
# CHANGE LOG
|
# CHANGE LOG
|
||||||
|
|
||||||
|
## 4.4.5
|
||||||
|
|
||||||
|
## Feats
|
||||||
|
|
||||||
|
- 切换 `cdn` 源至 `https://www.staticfile.org/`
|
||||||
|
|
||||||
## 4.4.4
|
## 4.4.4
|
||||||
|
|
||||||
升级 `vite` 版本至 `5.0.8`。提升构建速度,并且消除了烦人的 `terser` 警告(未配置该项都会被警告,确实很烦)。
|
升级 `vite` 版本至 `5.0.8`。提升构建速度,并且消除了烦人的 `terser` 警告(未配置该项都会被警告,确实很烦)。
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "ray-template",
|
"name": "ray-template",
|
||||||
"private": false,
|
"private": false,
|
||||||
"version": "4.4.4",
|
"version": "4.4.5",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "^18.0.0 || >=20.0.0",
|
"node": "^18.0.0 || >=20.0.0",
|
||||||
|
@ -50,6 +50,7 @@ function onlyReportOptions(mode: string) {
|
|||||||
function onlyBuildOptions(mode: string) {
|
function onlyBuildOptions(mode: string) {
|
||||||
return [
|
return [
|
||||||
viteCDNPlugin({
|
viteCDNPlugin({
|
||||||
|
url: 'https://www.staticfile.org/',
|
||||||
// modules 顺序 vue, vue-demi 必须保持当前顺序加载,否则会出现加载错误问题
|
// modules 顺序 vue, vue-demi 必须保持当前顺序加载,否则会出现加载错误问题
|
||||||
modules: [
|
modules: [
|
||||||
'vue',
|
'vue',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user