Browse Source

移除前端打包时生成的gzip文件 #5599 (#5606)

pull/5608/head
半岛的蒟蒻bddjr 5 months ago committed by GitHub
parent
commit
b3605f54d6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      frontend/.env.development
  2. 2
      frontend/.env.production

2
frontend/.env.development

@ -8,7 +8,7 @@ VITE_API_URL = '/api/v1'
VITE_REPORT = false
# 是否开启gzip压缩
VITE_BUILD_GZIP = true
VITE_BUILD_GZIP = false
VITE_DROP_CONSOLE = true

2
frontend/.env.production

@ -8,7 +8,7 @@ VITE_API_URL = '/api/v1'
VITE_REPORT = true
# 是否开启gzip压缩
VITE_BUILD_GZIP = true
VITE_BUILD_GZIP = false
VITE_DROP_CONSOLE = true

Loading…
Cancel
Save