Browse Source
update Web/vite.config.ts.
解决运行时(pnpm run dev)的警告提示:[plugin-web-update-notice] The version type 'undefined' is not supported!, we will use the packaging timestamp instead
package.json中只添加"type": "module",并不能去掉上面的提示。
在vite.config.ts中添加versionType: 'build_timestamp',即可解决问题。亲测有效!
Signed-off-by: X5ZJ <x5zj@qq.com>