feat(build): 添加自动更新package.json时间戳的vite插件

添加updatePackageJson插件,在构建时自动更新package.json中的时间戳字段
This commit is contained in:
feige996
2025-06-17 18:09:51 +08:00
parent f2119f3f73
commit f6208a191d
3 changed files with 34 additions and 0 deletions

View File

@@ -44,6 +44,7 @@
}
]
},
"__esModule": true,
"pages": [
{
"path": "pages/index/index",