mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-06 08:32:51 +08:00
💄 更新配置文件和优化图片下载逻辑
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/**
|
||||
* @file vite.config.ts
|
||||
* @description vite 配置文件
|
||||
* @since Beta v0.7.2
|
||||
* @since Beta v0.7.3
|
||||
*/
|
||||
|
||||
import vue from "@vitejs/plugin-vue";
|
||||
@@ -35,5 +35,5 @@ export default defineConfig({
|
||||
watch: { ignored: ["**/src-tauri/**"] },
|
||||
},
|
||||
esbuild: { supported: { "top-level-await": true } },
|
||||
build: { chunkSizeWarningLimit: 4096 },
|
||||
build: { chunkSizeWarningLimit: 8192 },
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user