You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
372 B

  1. # 预发布也需要生产环境的行为
  2. # https://cn.vitejs.dev/guide/env-and-mode.html#modes
  3. NODE_ENV=production
  4. VITE_PUBLIC_PATH = /
  5. # 线上环境路由历史模式
  6. VITE_ROUTER_HISTORY = "hash"
  7. # 线上环境后端地址
  8. VITE_PROXY_DOMAIN_REAL = ""
  9. # 是否为打包后的文件提供传统浏览器兼容性支持 支持 true 不支持 false
  10. VITE_LEGACY = false