feat: 添加打包是否启动cdn替换本地库配置,默认false不启动

This commit is contained in:
xiaoxian521
2022-10-26 19:51:06 +08:00
parent 936070c9ce
commit 49cdcf216f
9 changed files with 126 additions and 4 deletions

View File

@@ -12,3 +12,6 @@ VITE_PROXY_DOMAIN_REAL = ""
# 是否为打包后的文件提供传统浏览器兼容性支持 支持 true 不支持 false
VITE_LEGACY = false
# 是否在打包时使用cdn替换本地库 替换 true 不替换 false
VITE_CDN = false