feat: 打包后的文件提供传统浏览器兼容性支持

This commit is contained in:
xiaoxian521
2021-12-15 13:25:18 +08:00
parent 39159d5e7b
commit eb0771e7ec
6 changed files with 1447 additions and 3286 deletions

View File

@@ -6,3 +6,6 @@ VITE_ROUTER_HISTORY = "hash"
# 线上环境后端地址
VITE_PROXY_DOMAIN_REAL = ""
# 是否为打包后的文件提供传统浏览器兼容性支持 支持 true 不支持 false
VITE_LEGACY = false