type
status
date
slug
summary
tags
category
icon
password
在使用 Vite 打包 Vue 项目时,可以使用 Vite 的构建钩子 build:before 来实现将图片引用地址修改为 CDN 地址的功能。
在 beforeWrite.writeBundle 函数中,使用 glob 包获取构建后的文件列表,遍历文件列表,查找并替换所有引用的图片路径。
- Author:Teo
- URL:https://teojs.com/article/857340c0-7ace-46f8-aab5-7b84cc4d8422
- Copyright:All articles in this blog, except for special statements, adopt BY-NC-SA agreement. Please indicate the source!