删除 @vitejs/plugin-legacy vite-plugin-imagemin

This commit is contained in:
zhangdaiscott
2023-10-11 14:23:50 +08:00
parent f767724c30
commit 373ce30cf9
5 changed files with 14 additions and 4006 deletions

5
types/global.d.ts vendored
View File

@@ -57,13 +57,8 @@ declare global {
VITE_GLOB_APP_TITLE: string;
VITE_GLOB_APP_SHORT_NAME: string;
VITE_USE_CDN: boolean;
//20230720 作废参数
VITE_DROP_CONSOLE: boolean;
VITE_BUILD_COMPRESS: 'gzip' | 'brotli' | 'none';
VITE_BUILD_COMPRESS_DELETE_ORIGIN_FILE: boolean;
VITE_LEGACY: boolean;
VITE_USE_IMAGEMIN: boolean;
VITE_GENERATE_UI: string;
}
declare function parseInt(s: string | number, radix?: number): number;