chore: 删除 @vitejs/plugin-legacyvue3 无法通过任何工具使其支持ie

This commit is contained in:
xiaoxian521
2022-11-17 22:11:13 +08:00
parent 5c82fdcd0f
commit 2235d9d7a8
11 changed files with 248 additions and 308 deletions

View File

@@ -7,9 +7,6 @@ VITE_PUBLIC_PATH = /
# 预发布环境路由历史模式Hash模式传"hash"、HTML5模式传"h5"、Hash模式带base参数传"hash,base参数"、HTML5模式带base参数传"h5,base参数"
VITE_ROUTER_HISTORY = "hash"
# 是否为打包后的文件提供传统浏览器兼容性支持 支持 true 不支持 false
VITE_LEGACY = false
# 是否在打包时使用cdn替换本地库 替换 true 不替换 false
VITE_CDN = true