perf: remove useless code

This commit is contained in:
vben
2021-02-22 00:01:03 +08:00
parent 562189dfb0
commit be3a3ed699
23 changed files with 46 additions and 521 deletions

View File

@@ -7,7 +7,7 @@ VITE_PUBLIC_PATH = /
# Delete console
VITE_DROP_CONSOLE = true
# Whether to enable gizp or brotli compression
# Whether to enable gzip or brotli compression
# Optional: gzip | brotli | none
# If you need multiple forms, you can use `,` to separate
VITE_BUILD_COMPRESS = 'none'