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

This commit is contained in:
半岛的蒟蒻bddjr 2024-06-28 15:44:27 +08:00 committed by GitHub
parent 98e73395fc
commit b3605f54d6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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