chore: remove @vitejs/plugin-legacy vite-plugin-imagemin

This commit is contained in:
vben
2023-04-01 23:48:19 +08:00
parent ab74480083
commit dc39567a14
13 changed files with 355 additions and 1811 deletions

3
types/global.d.ts vendored
View File

@@ -67,9 +67,6 @@ declare global {
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;