vite.config.js 配置项中 base 路径应该为:
const base = "/xxx/"; 或者 const base = "/";
要以 / 结尾
关闭 vite 警告 “base“ option should end with a slash.
于 2024-03-07 08:57:52 首次发布
vite.config.js 配置项中 base 路径应该为:
const base = "/xxx/"; 或者 const base = "/";
要以 / 结尾